summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h'Philippe Mathieu-Daudé2020-06-121-2/+2
* hw/usb: Move device-specific declarations to new 'hcd-musb.h' headerPhilippe Mathieu-Daudé2020-06-122-0/+2
* xen: fix build without pci passthroughAnthony PERARD2020-06-126-6/+41
* hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commandsWei Huang2020-06-101-9/+10
* KVM: Kick resamplefd for split kernel irqchipPeter Xu2020-06-101-0/+19
* vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfdsPeter Xu2020-06-101-22/+15Star
* hw/i386/vmport: Allow QTest use without crashingPhilippe Mathieu-Daudé2020-06-101-1/+15
* megasas: use unsigned type for positive numeric fieldsPrasad J Pandit2020-06-101-19/+19
* megasas: avoid NULL pointer dereferencePrasad J Pandit2020-06-101-1/+1
* megasas: use unsigned type for reply_queue_head and check indexPrasad J Pandit2020-06-101-2/+2
* accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-1010-221/+9Star
* hw/i386/vmport: Assert vmport initialized before registering commandsLiran Alon2020-06-101-0/+2
* hw/i386/vmport: Add support for CMD_GETHZLiran Alon2020-06-101-0/+19
* hw/i386/vmport: Allow x2apic without IRLiran Alon2020-06-101-1/+8
* hw/i386/vmport: Add support for CMD_GET_VCPU_INFOLiran Alon2020-06-101-0/+14
* hw/i386/vmport: Add support for CMD_GETBIOSUUIDLiran Alon2020-06-102-0/+23
* hw/i386/vmport: Define enum for all commandsLiran Alon2020-06-102-21/+8Star
* hw/i386/vmport: Introduce vmport.hLiran Alon2020-06-104-37/+3Star
* hw/i386/vmport: Report vmware-vmx-type in CMD_GETVERSIONLiran Alon2020-06-102-0/+28
* hw/i386/vmport: Introduce vmware-vmx-version propertyLiran Alon2020-06-101-1/+8
* hw/i386/vmport: Set EAX to -1 on failed and unsupported commandsLiran Alon2020-06-102-4/+16
* hw/i386/vmport: Propagate IOPort read to vCPU EAX registerLiran Alon2020-06-102-3/+30
* hw/i386/vmport: Add device propertiesLiran Alon2020-06-101-0/+6
* hw/i386/vmport: Add reference to VMware open-vm-toolsLiran Alon2020-06-101-0/+7
* vmbus: add infrastructure to save/load vmbus requestsJon Doron2020-06-101-0/+99
* i386: Hyper-V VMBus ACPI DSDT entryJon Doron2020-06-102-0/+50
* i386:pc: whitelist dynamic vmbus-bridgeJon Doron2020-06-102-0/+4
* vmbus: vmbus implementationJon Doron2020-06-104-0/+2696
* hyperv: expose API to determine if synic is enabledJon Doron2020-06-101-0/+8
* qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé2020-06-103-3/+0Star
* numa: prevent usage of -M memory-backend and -numa memdev at the same timeIgor Mammedov2020-06-101-0/+5
* hw/timer/grlib_gptimer: Display frequency in decimalPhilippe Mathieu-Daudé2020-06-091-1/+1
* hw/misc/grlib_ahb_apb_pnp: Add trace events on read accessesPhilippe Mathieu-Daudé2020-06-092-2/+15
* hw/misc/grlib_ahb_apb_pnp: Fix AHB PnP 8-bit accessesPhilippe Mathieu-Daudé2020-06-091-0/+4
* hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to AHB PnP registersPhilippe Mathieu-Daudé2020-06-091-0/+7
* hw/sparc64/niagara: Remove duplicated NIAGARA_UART_BASE definitionPhilippe Mathieu-Daudé2020-06-091-1/+0Star
* hw/sparc64/niagara: Map the UART device unconditionallyPhilippe Mathieu-Daudé2020-06-091-4/+2Star
* hw/sparc/leon3: Map the UART device unconditionallyPhilippe Mathieu-Daudé2020-06-091-10/+8Star
* hw/misc/empty_slot: Name the slots when createdPhilippe Mathieu-Daudé2020-06-093-5/+9
* hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERSPhilippe Mathieu-Daudé2020-06-097-9/+9
* hw/misc/empty_slot: Convert debug printf() to trace eventPhilippe Mathieu-Daudé2020-06-092-11/+12
* hw/misc/empty_slot: Add a 'name' qdev propertyPhilippe Mathieu-Daudé2020-06-091-1/+6
* hw/misc/empty_slot: Convert 'size' field as qdev propertyPhilippe Mathieu-Daudé2020-06-091-6/+9
* hw/misc/empty_slot: Lower address space priorityPhilippe Mathieu-Daudé2020-06-091-1/+1
* hw/sparc/sun4m: Use UnimplementedDevice for I/O devicesPhilippe Mathieu-Daudé2020-06-092-4/+8
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell2020-06-081-0/+2
|\
| * hw/core: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé2020-06-051-0/+2
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200605'...Peter Maydell2020-06-0613-25/+1967
|\ \
| * | wire in the dwc-hsotg (dwc2) USB host controller emulationPaul Zimmerman2020-06-051-1/+20
| * | usb: add short-packet handling to usb-storage driverPaul Zimmerman2020-06-051-1/+14