summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-08-31Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st...Peter Maydell12-23/+21
2017-08-31Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-2/+2
2017-08-31eepro100: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau1-2/+1
2017-08-31i386: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau1-2/+1
2017-08-31msix: use DIV_ROUND_UPMarc-André Lureau1-2/+2
2017-08-31usb-hub: use DIV_ROUND_UPMarc-André Lureau1-4/+4
2017-08-31q35: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-08-31piix: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-08-31virtio-serial: use DIV_ROUND_UPMarc-André Lureau1-4/+4
2017-08-31virtio-gpu: use DIV_ROUND_UPMarc-André Lureau1-2/+2
2017-08-31vga: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-08-31pcspk: use QEMU_ALIGN_DOWNMarc-André Lureau1-1/+1
2017-08-31i8254: use QEMU_ALIGN_DOWNMarc-André Lureau1-2/+2
2017-08-31vhost: use QEMU_ALIGN_DOWNMarc-André Lureau1-1/+1
2017-08-30s390x/pci: fixup trap_msix()Yi Min Zhao1-2/+2
2017-08-30s390x/s390-stattrib: Mark the storage attribute as not user_creatableThomas Huth2-0/+8
2017-08-30s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand2-0/+2
2017-08-30s390x: avoid calling kvm_ functions outside of target/s390x/David Hildenbrand1-3/+1
2017-08-30target/s390x: move gtod_*() declarations to s390-virtio.hDavid Hildenbrand1-0/+2
2017-08-30s390x: drop inclusion of sysemu/kvm.h from some filesDavid Hildenbrand3-3/+1
2017-08-30s390x/cpumodel: factor out determination of default model nameDavid Hildenbrand1-6/+1
2017-08-30target/s390x: no need to pass kvm_state to savevm_gtod handlersDavid Hildenbrand1-1/+1
2017-08-30target/s390x: simplify gs_allowed()David Hildenbrand1-12/+2
2017-08-30target/s390x: simplify ri_allowed()David Hildenbrand1-3/+0
2017-08-30s390x/kvm: drop KVMState parameter from s390_get_memslot_count()David Hildenbrand1-1/+1
2017-08-30s390x/s390-skeys: Mark the storage key devices with user_creatable = falseThomas Huth2-0/+8
2017-08-30s390x/sclp: properly guard pci-specific functionsCornelia Huck3-25/+36
2017-08-30s390x/ccw: create s390 phb conditionallyCornelia Huck1-6/+8
2017-08-30s390x: chsc nt2 events are pci-onlyCornelia Huck3-6/+6
2017-08-30s390x/pci: add stubsCornelia Huck2-1/+78
2017-08-30kvm: remove hard dependency on pciCornelia Huck2-0/+16
2017-08-309pfs: fix dependenciesCornelia Huck2-2/+2
2017-08-30watchdog/wdt_diag288: Mark diag288 watchdog as non-hotpluggableThomas Huth1-0/+1
2017-08-30s390x/ipl: The s390-ipl device is not hot-pluggableThomas Huth1-0/+2
2017-08-30s390x: introduce 2.11 compat machineCornelia Huck1-1/+16
2017-08-30s390x/css: generate solicited crw for rchp completion signalingDong Jia Shi1-6/+10
2017-08-30s390x/css: use macro for event-information pending error recover codeDong Jia Shi1-1/+1
2017-08-29nvme: Fix get/set number of queues feature, againDan Aloni1-2/+2
2017-08-23numa: Move numa_legacy_auto_assign_ram to pc-i440fx-2.9Eduardo Habkost1-1/+1
2017-08-22hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" deviceThomas Huth1-0/+2
2017-08-22hw/ppc/spapr_rtc: Mark the RTC device with user_creatable = falseThomas Huth1-0/+2
2017-08-22hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth4-18/+54
2017-08-22spapr: Allow configure-connector to be called multiple timesBharata B Rao1-7/+23
2017-08-15mmio-interface: Mark as not user creatablePeter Maydell1-0/+5
2017-08-15qxl: call qemu_spice_display_init_common for secondary devicesPaolo Bonzini1-1/+1
2017-08-14xlnx-qspi: add a property for mmio-executionKONRAD Frederic1-3/+33
2017-08-14hw/misc/mmio_interface: Return after error_setg() to avoid crashThomas Huth1-0/+2
2017-08-10Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-2/+12
2017-08-10virtio-blk: handle blk_getlength() errorsStefan Hajnoczi1-1/+3
2017-08-10IDE: Do not flush empty CDROM drivesStefan Hajnoczi1-1/+9