aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-30s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand
2017-08-30s390x: avoid calling kvm_ functions outside of target/s390x/David Hildenbrand
2017-08-30target/s390x: move a couple of functions to cpu.cDavid Hildenbrand
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand
2017-08-30target/s390x: move get_per_in_range() to misc_helper.cDavid Hildenbrand
2017-08-30target/s390x: move s390_do_cpu_reset() to diag.cDavid Hildenbrand
2017-08-30target/s390x: move psw_key_valid() to mem_helper.cDavid Hildenbrand
2017-08-30target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.cDavid Hildenbrand
2017-08-30target/s390x: move cc_name() to helper.cDavid Hildenbrand
2017-08-30target/s390x: move gtod_*() declarations to s390-virtio.hDavid Hildenbrand
2017-08-30s390x: drop inclusion of sysemu/kvm.h from some filesDavid Hildenbrand
2017-08-30s390x/cpumodel: factor out determination of default model nameDavid Hildenbrand
2017-08-30target/s390x: no need to pass kvm_state to savevm_gtod handlersDavid Hildenbrand
2017-08-30target/s390x: simplify gs_allowed()David Hildenbrand
2017-08-30target/s390x: simplify ri_allowed()David Hildenbrand
2017-08-30s390x/kvm: drop KVMState parameter from kvm_s390_set_mem_limit()David Hildenbrand
2017-08-30s390x/kvm: drop KVMState parameter from s390_get_memslot_count()David Hildenbrand
2017-08-30s390x/s390-skeys: Mark the storage key devices with user_creatable = falseThomas Huth
2017-08-30s390x: refine pci dependenciesCornelia Huck
2017-08-30s390x/pci: fence off instructions for non-pciCornelia Huck
2017-08-30s390x/sclp: properly guard pci-specific functionsCornelia Huck
2017-08-30s390x/ccw: create s390 phb conditionallyCornelia Huck
2017-08-30s390x/pci: do not advertise pci on non-pci buildsCornelia Huck
2017-08-30s390x: chsc nt2 events are pci-onlyCornelia Huck
2017-08-30s390x/pci: add stubsCornelia Huck
2017-08-30kvm: remove hard dependency on pciCornelia Huck
2017-08-309pfs: fix dependenciesCornelia Huck
2017-08-30configure: enable --s390-pgste linker optionChristian Borntraeger
2017-08-30s390x: wire up diag288 in tcgCornelia Huck
2017-08-30watchdog/wdt_diag288: Mark diag288 watchdog as non-hotpluggableThomas Huth
2017-08-30s390x/tcg: specification exception for unknown diagCornelia Huck
2017-08-30tests: Add network filter tests to the check-qtest-s390x listThomas Huth
2017-08-30tests: Run filter-redirector and -mirror test only on POSIX systemsThomas Huth
2017-08-30tests/pxe: Check virtio-net-ccw on s390xThomas Huth
2017-08-30tests/boot-sector: Do not overwrite the x86 buffer on other architecturesThomas Huth
2017-08-30s390x/ipl: The s390-ipl device is not hot-pluggableThomas Huth
2017-08-30s390x: introduce 2.11 compat machineCornelia Huck
2017-08-30s390x/css: generate solicited crw for rchp completion signalingDong Jia Shi
2017-08-30s390x/css: use macro for event-information pending error recover codeDong Jia Shi
2017-08-30Update version for v2.10.0 releasev2.10.0Peter Maydell
2017-08-24Update version for v2.10.0-rc4 releasev2.10.0-rc4Peter Maydell
2017-08-23Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-08-23' into st...Peter Maydell
2017-08-23nbd-client: avoid spurious qio_channel_yield() re-entryStefan Hajnoczi
2017-08-23qemu-iotests: add 194 non-shared storage migration testStefan Hajnoczi
2017-08-23block: Update open_flags after ->inactivate() callbackStefan Hajnoczi
2017-08-23mirror: Mark target BB as "force allow inactivate"Fam Zheng
2017-08-23block-backend: Allow more "can inactivate" casesFam Zheng
2017-08-23block-backend: Refactor inactivate checkFam Zheng
2017-08-23numa: Move numa_legacy_auto_assign_ram to pc-i440fx-2.9Eduardo Habkost
2017-08-23fix build failure in nbd_read_reply_entry()Igor Mammedov