summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-109pfs: local: fix fchmodat_nofollow() limitationsGreg Kurz2-16/+50
2017-08-09spapr: Fix bug in h_signal_sys_reset()Sam Bobroff1-5/+4
2017-08-09spapr_drc: abort if object_property_add_child() failsGreg Kurz1-1/+1
2017-08-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+6
2017-08-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+2
2017-08-08scsi: clarify sense codes for LUN0 emulationHannes Reinecke1-1/+6
2017-08-08hw/i386: allow SHPC for Q35 machineAleksandr Bezzubikov1-2/+2
2017-08-07hw/arm/virt: Add 2.10 machine typeEric Auger1-2/+17
2017-08-04Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...Peter Maydell1-0/+5
2017-08-04Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170803' into stagingPeter Maydell2-11/+23
2017-08-03build-sys: add --disable-vhost-userMarc-André Lureau1-2/+2
2017-08-02cpu: don't allow negative core idLaurent Vivier1-0/+5
2017-08-02mips: Add KVM T&E segment support for TCGJames Hogan2-10/+19
2017-08-02mips/malta: leave space for the bootmap after the initrdAurelien Jarno1-1/+4
2017-08-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell6-17/+53
2017-08-02pc: acpi: force FADT rev1 for 440fx based machine typesIgor Mammedov1-4/+18
2017-08-02pc: make 'pc.rom' readonly when machine has PCI enabledIgor Mammedov1-0/+3
2017-08-02intel_iommu: use access_flags for iotlbPeter Xu1-8/+7
2017-08-02intel_iommu: fix iova for ptPeter Xu2-3/+2
2017-08-02vhost-user: fix legacy cross-endian configurationsFelipe Franciosi1-2/+21
2017-08-02vhost: fix a memory leakPeng Hao1-0/+2
2017-08-01mc146818rtc: implement UIP latching as intendedPaolo Bonzini1-6/+9
2017-08-01mc146818rtc: simplify check_update_timerPaolo Bonzini1-13/+11
2017-08-01hw/scsi/vmw_pvscsi: Convert to realizeMao Zhongyi1-5/+3
2017-08-01hw/scsi/vmw_pvscsi: Remove the dead error handlingMao Zhongyi1-4/+0
2017-08-01bt: stop the sdp memory allocation crazinessPaolo Bonzini1-4/+13
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy19-328/+328
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy8-41/+41
2017-08-01trace: add trace_event_get_state_backends()Stefan Hajnoczi1-8/+5
2017-07-31hw/mps2_scc: fix incorrect propertiesPhilippe Mathieu-Daudé1-2/+2
2017-07-31target/arm: Rename cp15.c6_rgnr to pmsav7.rnrPeter Maydell1-7/+7
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé29-29/+29
2017-07-31ivshmem: fix incorrect error handling in ivshmem_recv_msg()Philippe Mathieu-Daudé1-1/+4
2017-07-31loader: check get_image_size() return valuePhilippe Mathieu-Daudé1-2/+2
2017-07-31fix qemu-system-unicore32 crashing when calling without -kernelEduardo Otubo1-1/+4
2017-07-29Revert "spapr: populate device tree depending on XIVE_EXPLOIT option"David Gibson1-6/+4
2017-07-29spapr_drc: fix realize and unrealizeGreg Kurz1-9/+6
2017-07-28Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170728' into stagingPeter Maydell5-17/+24