summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-07-28ui: drop ac_search and ac_stopGerd Hoffmann1-4/+4
2017-07-27Merge remote-tracking branch 'remotes/kraxel/tags/ui-20170727-pull-request' i...Peter Maydell3-8/+0
2017-07-27ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann3-4/+0
2017-07-27ps2: enable multimedia keysGerd Hoffmann1-4/+0
2017-07-26vfio/pci: fix use of freed memoryPhilippe Mathieu-Daudé1-4/+7
2017-07-26vfio/platform: fix use of freed memoryPhilippe Mathieu-Daudé1-1/+1
2017-07-25hw/display/sm501: Don't use vmstate_register_ram_global()Peter Maydell1-2/+1
2017-07-25Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170725' into stagingPeter Maydell1-1/+2
2017-07-25vfio/ccw: fix initialization of the Object DeviceState pointer in the common ...Dong Jia Shi1-0/+1
2017-07-25vfio/ccw: allocate irq info with the right sizeJing Zhang1-1/+1
2017-07-25spapr: Fix QEMU abort during memory unplugBharata B Rao1-16/+22
2017-07-25spapr/htab: fix savevmLaurent Vivier1-1/+1
2017-07-25spapr_pci: Fix obsolete comment about MSIX encoding in addr/dataAlexey Kardashevskiy1-3/+1
2017-07-24integratorcp: Don't migrate flash using vmstate_register_ram_global()Peter Maydell1-2/+1
2017-07-24mps2: Correctly set parent bus for SCC devicePeter Maydell1-1/+1
2017-07-24fsl_imx*: Migrate ROM contentsPeter Maydell3-6/+6
2017-07-24qapi: Use QNull for a more regular visit_type_null()Markus Armbruster1-1/+3
2017-07-21xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause ...Alexey G1-2/+11
2017-07-21xen: fix compilation on 32-bit hostsIgor Druzhinin1-4/+5
2017-07-21Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()Peter Maydell2-2/+2
2017-07-20Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170720-pull-request' ...Peter Maydell1-2/+4
2017-07-20configure: Rename CONFIG_IVSHMEM to CONFIG_IVSHMEM_DEVICEPeter Maydell1-1/+1
2017-07-20usb: Fix build with newer gccEric Blake1-2/+4
2017-07-19Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170718' into stagingPeter Maydell1-1/+0
2017-07-19Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170718-tag' into...Peter Maydell5-62/+224
2017-07-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell5-6/+373
2017-07-19Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170718' i...Peter Maydell1-0/+32
2017-07-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-0/+8
2017-07-18target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson1-1/+0
2017-07-18xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin2-12/+40
2017-07-18xen/mapcache: introduce xen_replace_cache_entry()Igor Druzhinin1-8/+77
2017-07-18xen/mapcache: add an ability to create dummy mappingsIgor Druzhinin1-8/+36
2017-07-18xen: move physmap saving into a separate functionIgor Druzhinin1-26/+31
2017-07-18xen-platform: separate unplugging of NVMe disksStefano Stabellini1-12/+35
2017-07-18xen_pt_msi.c: Check for xen_host_pci_get_* failures in xen_pt_msix_init()Peter Maydell1-2/+10
2017-07-18hw/xen: Set emu_mask for igd_opregion registerXiong Zhang1-0/+1
2017-07-18ahci: split public and private interfaceJohn Snow3-2/+361
2017-07-18ahci: add ahci_get_num_portsJohn Snow3-4/+12
2017-07-18Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170717.0' ...Peter Maydell1-8/+11
2017-07-18qdev: provide DEFINE_PROP_INT64()Peter Xu1-0/+32
2017-07-18Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell3-96/+24
2017-07-18scsi-disk: bdrv_attach_dev() for empty CD-ROMKevin Wolf1-0/+5
2017-07-18ide: bdrv_attach_dev() for empty CD-ROMKevin Wolf1-0/+3
2017-07-18Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717'...Peter Maydell12-1/+1378
2017-07-18Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-1/+3
2017-07-17fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.hMark Cave-Ayland1-48/+1
2017-07-17fw_cfg: move qdev_init_nofail() from fw_cfg_init1() to callersMark Cave-Ayland1-11/+16
2017-07-17fw_cfg: switch fw_cfg_find() to locate the fw_cfg device by type rather than ...Mark Cave-Ayland1-1/+2
2017-07-17Revert "machine: Convert abstract typename on compat_props to subclass names"Eduardo Habkost1-23/+3
2017-07-17qdev: fix the order compat and global properties are appliedGreg Kurz1-13/+2