summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-12-15spapr: don't initialize PATB entry if max-cpu-compat < power9Laurent Vivier1-2/+4
2017-12-15target/ppc: Update setting of cpu features to account for compat modesSuraj Jitindar Singh1-22/+21
2017-12-14vfio: Fix vfio-kvm group registrationAlex Williamson1-0/+1
2017-12-06spapr: Include "pre-plugged" DIMMS in ram size calculation at resetDavid Gibson1-1/+4
2017-12-06vga: handle cirrus vbe mode wraparounds.Gerd Hoffmann1-7/+21
2017-12-06vga: drop line_offset variableGerd Hoffmann1-4/+3
2017-12-06vhost: fix error check in vhost_verify_ring_mappings()Greg Kurz1-3/+3
2017-12-06virtio-net: don't touch virtqueue if vm is stoppedJason Wang1-1/+2
2017-12-06spapr: reset DRCs after devicesGreg Kurz2-7/+21
2017-12-06hw/ppc: clear pending_events on machine resetDaniel Henrique Barboza2-0/+12
2017-12-06vhost: restore avail index from vring used index on disconnectionMaxime Coquelin1-0/+4
2017-12-06virtio: Add queue interface to restore avail index from vring used indexMaxime Coquelin1-0/+10
2017-12-06hw/intc/arm_gicv3_its: Don't abort on table save failureEric Auger1-6/+2
2017-12-05hw/sd: fix out-of-bounds check for multi block readsMichael Olbrich1-6/+6
2017-12-04memory: Get rid of address_space_init_shareableAlexey Kardashevskiy1-5/+4
2017-12-04memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy1-1/+1
2017-12-04kvmclock: use the updated system_timer_msrJim Somerville1-1/+2
2017-12-04hw/usb/bus: Remove bad object_unparent() from usb_try_create_simple()Thomas Huth1-3/+1
2017-10-03hw/ppc: CAS reset on early device hotplugDaniel Henrique Barboza2-2/+26
2017-09-28Revert "ACPI: don't call acpi_pcihp_device_plug_cb on xen"Anthony PERARD1-8/+3
2017-09-28hw/acpi: Move acpi_set_pci_info to pcihpAnthony PERARD2-32/+38
2017-09-28hw/acpi: Limit hotplug to root bus on legacy modeAnthony PERARD1-1/+1
2017-09-229pfs: check the size of transport buffer before marshalingJan Dakinevich1-3/+12
2017-09-229pfs: fix name_to_path assertion in v9fs_complete_rename()Jan Dakinevich1-14/+9
2017-09-229pfs: fix readdir() for 9p2000.uJan Dakinevich1-13/+9
2017-09-22ide: ahci: unparent children buses before freeing their memoryIgor Mammedov1-0/+1
2017-09-22hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = falseThomas Huth1-0/+3
2017-09-22hw/arm/aspeed_soc: Mark devices as user_creatable = falseThomas Huth1-0/+2
2017-09-22hw/arm/digic: Mark device with user_creatable = falseThomas Huth1-0/+2
2017-09-22s390x/ipl: The s390-ipl device is not hot-pluggableThomas Huth1-0/+2
2017-09-22watchdog/wdt_diag288: Mark diag288 watchdog as non-hotpluggableThomas Huth1-0/+1
2017-09-22multiboot: validate multiboot header address valuesPrasad J Pandit1-0/+19
2017-09-22vga: stop passing pointers to vga_draw_line* functionsGerd Hoffmann3-94/+114
2017-09-22vga: fix display update region calculation (split screen)Gerd Hoffmann1-2/+8
2017-09-19scsi-bus: correct responses for INQUIRY and REQUEST SENSEHannes Reinecke1-4/+25
2017-09-17mps2-an511: Fix wiring of UART overflow interrupt linesPeter Maydell1-2/+2
2017-09-14vhost: Release memory references on cleanupAlex Williamson1-0/+4
2017-09-14hw/arm/allwinner-a10: Mark the allwinner-a10 device with user_creatable = falseThomas Huth1-0/+2
2017-09-14arm_gicv3_kvm: Fix compile warningPranith Kumar1-1/+1
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