aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-08-26vfio: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster1-4/+2
2021-08-26vhost-scsi: Plug memory leak on migrate_add_blocker() failureMarkus Armbruster1-2/+2
2021-08-26multi-process: Fix pci_proxy_dev_realize() error handlingMarkus Armbruster1-1/+9
2021-08-26spapr: Explain purpose of ->fwnmi_migration_blocker more clearlyMarkus Armbruster1-8/+9
2021-08-26spapr: Plug memory leak when we can't add a migration blockerMarkus Armbruster1-2/+1
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-5/+1
2021-08-25fsl-imx7: Instantiate SAI1/2/3 as unimplemented devicesGuenter Roeck1-0/+7
2021-08-25sbsa-ref: Rename SBSA_GWDT enum valueEduardo Habkost1-3/+3
2021-08-25hw/dma/pl330: Add memory region to replace defaultWen, Jianxian3-4/+28
2021-08-25fsl-imx6ul: Instantiate SAI1/2/3 and ASRC as unimplemented devicesGuenter Roeck1-0/+12
2021-08-25hw/char/pl011: add support for sending breakJan Luebbe1-0/+6
2021-08-13hw/core: fix error checking in smp_parseDaniel P. Berrangé1-1/+1
2021-08-13hw/core: Add missing return on errorPhilippe Mathieu-Daudé1-0/+1
2021-08-09hw/nvme: fix missing variable initializersKlaus Jensen1-3/+3
2021-08-05chardev: mark explicitly first argument as poisonedMarc-André Lureau8-8/+8
2021-08-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-32/+37
2021-08-03Revert "acpi/gpex: Inform os to keep firmware resource map"Michael S. Tsirkin1-18/+2
2021-08-03acpi: x86: pcihp: add support hotplug on multifunction bridgesIgor Mammedov1-14/+30
2021-08-03hw/pcie-root-port: Fix hotplug for PCI devices requiring IOMarcel Apfelbaum1-0/+5
2021-08-03hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30Philippe Mathieu-Daudé1-1/+1
2021-08-03hw/sd/sdcard: Document out-of-range addresses for SEND_WRITE_PROTPhilippe Mathieu-Daudé1-1/+8
2021-08-02hw/arm/boot: Report error if there is no fw_cfg device in the machinePeter Maydell2-7/+9
2021-08-02hw/net: e1000e: Don't zero out the VLAN tag in the legacy RX descriptorChristina Wang1-1/+0
2021-08-02hw/net: e1000e: Correct the initial value of VET registerChristina Wang3-6/+12
2021-08-02hw/net: e1000: Correct the initial value of VET registerChristina Wang2-0/+18
2021-08-02hw/net/can: sja1000 fix buff2frame_bas and buff2frame_pel when dlc is out of ...Pavel Pisa1-0/+8
2021-08-02hw/net/vmxnet3: Do not abort QEMU if guest specified bad queue numbersThomas Huth1-12/+22
2021-07-29Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210729-pull-request' ...Peter Maydell2-2/+33
2021-07-29usbredir: fix free callGerd Hoffmann1-1/+1
2021-07-29usb-host: wire up timer for windowsGerd Hoffmann1-1/+32
2021-07-29ppc/vof: Fix Coverity issuesAlexey Kardashevskiy2-67/+76
2021-07-29i2c/smbus_eeprom: Add feature bit to SPD dataBALATON Zoltan1-1/+1
2021-07-29ppc/pegasos2: Fix spurious warning with -biosBALATON Zoltan1-1/+1
2021-07-27Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210727'...Peter Maydell4-16/+31
2021-07-27Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell5-189/+271
2021-07-27hw: aspeed_gpio: Fix memory sizeJoel Stanley1-2/+1
2021-07-27hw/arm/nseries: Display hexadecimal value with '0x' prefixPhilippe Mathieu-Daudé1-1/+1
2021-07-27hw/intc/armv7m_nvic: for v8.1M VECTPENDING hides S exceptions from NSPeter Maydell1-7/+24
2021-07-27hw/intc/armv7m_nvic: Correct size of ICSR.VECTPENDINGPeter Maydell1-1/+1
2021-07-27hw/intc/armv7m_nvic: ISCR.ISRPENDING is set for non-enabled pending interruptsPeter Maydell1-5/+4
2021-07-27hw/arm/smmuv3: Check 31st bit to see if CD is validJoe Komlodi1-1/+1
2021-07-26hw/nvme: fix mmio readKlaus Jensen1-128/+161
2021-07-26hw/nvme: fix out-of-bounds readsKlaus Jensen1-12/+15
2021-07-26hw/nvme: use symbolic names for registersKlaus Jensen1-22/+22
2021-07-26hw/nvme: split pmrmsc register into upper and lowerKlaus Jensen1-4/+6
2021-07-26hw/nvme: fix controller hot unpluggingKlaus Jensen4-15/+35
2021-07-26hw/nvme: error handling for too many mappingsPadmakar Kalghatgi2-0/+14
2021-07-26hw/nvme: unregister controller with subsystem at exitKlaus Jensen3-0/+10
2021-07-26hw/nvme: mark nvme-subsys non-hotpluggableKlaus Jensen1-0/+1
2021-07-26hw/nvme: remove NvmeCtrl parameter from ns setup/check functionsKlaus Jensen3-21/+20