summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-0231-32/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-0240-40/+0Star
* hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-0241-41/+0Star
* hw: Do not include hw/irq.h if it is not necessaryThomas Huth2021-05-0212-12/+0Star
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-0227-27/+0Star
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-0219-19/+0Star
* hw/usb: Constify VMStateDescriptionPhilippe Mathieu-Daudé2021-05-022-5/+5
* hw/display/qxl: Constify VMStateDescriptionPhilippe Mathieu-Daudé2021-05-021-4/+4
* hw/arm: Constify VMStateDescriptionPhilippe Mathieu-Daudé2021-05-027-10/+10
* vmstate: Constify some VMStateDescriptionsKeqian Zhu2021-05-021-1/+1
* hw/pcmcia: Do not register PCMCIA type if not requiredPhilippe Mathieu-Daudé2021-05-021-1/+1
* hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIAPhilippe Mathieu-Daudé2021-05-021-0/+1
* hw/arm/pxa2xx: Declare PCMCIA bus with KconfigPhilippe Mathieu-Daudé2021-05-021-0/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-04-301-0/+5
|\
| * vhost-user-blk: Fail gracefully on too large queue sizeKevin Wolf2021-04-301-0/+5
* | hw/pci-host/gpex: Don't fault for unmapped parts of MMIO and PIO windowsPeter Maydell2021-04-302-4/+56
* | hw: add compat machines for 6.1Cornelia Huck2021-04-307-6/+63
* | hw/arm/smmuv3: Support 16K translation granuleKunkun Jiang2021-04-301-2/+4
|/
* hw/block/nvme: fix invalid msix exclusive uninitKlaus Jensen2021-04-261-1/+2
* mptsas: Remove unused MPTSASState 'pending' field (CVE-2021-3392)Michael Tokarev2021-04-192-7/+0Star
* hw/arm/armsse: Make SSE-300 use Cortex-M55Peter Maydell2021-04-171-2/+5
* hw/arm/armsse: Give SSE-300 its own Property arrayPeter Maydell2021-04-171-3/+14
* Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...Peter Maydell2021-04-131-4/+16
|\
| * vhost-user-fs: fix features handlingAnton Kuchin2021-04-131-4/+16
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210413'...Peter Maydell2021-04-131-3/+7
|\ \
| * | hw/arm/mps2-tz: Assert if more than one RAM is attached to an MPCPeter Maydell2021-04-121-2/+6
| * | hw/arm/mps2-tz: Fix MPC setting for AN524 SRAM blockPeter Maydell2021-04-121-1/+1
* | | Merge remote-tracking branch 'remotes/philmd/tags/mips-20210413' into stagingPeter Maydell2021-04-132-1/+15
|\ \ \ | |_|/ |/| |
| * | hw/isa/piix4: Migrate Reset Control RegisterPhilippe Mathieu-Daudé2021-04-131-1/+14
| * | hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APMPhilippe Mathieu-Daudé2021-04-131-0/+1
| |/
* | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210412' in...Peter Maydell2021-04-132-57/+10Star
|\ \
| * | spapr.c: always pulse guest IRQ in spapr_core_unplug_request()Daniel Henrique Barboza2021-04-121-1/+10
| * | spapr: rollback 'unplug timeout' for CPU hotunplugsDaniel Henrique Barboza2021-04-122-56/+0Star
* | | esp: ensure that do_cmd is set to zero before submitting an ESP select commandMark Cave-Ayland2021-04-121-0/+2
* | | esp: don't reset async_len directly in esp_select() if cancelling requestMark Cave-Ayland2021-04-121-1/+1
* | | esp: don't overflow cmdfifo if TC is larger than the cmdfifo sizeMark Cave-Ayland2021-04-121-0/+1
* | | esp: don't overflow cmdfifo in get_cmd()Mark Cave-Ayland2021-04-121-0/+2
* | | esp: don't underflow cmdfifo in do_cmd()Mark Cave-Ayland2021-04-121-2/+4
* | | esp: ensure cmdfifo is not empty and current_dev is non-NULLMark Cave-Ayland2021-04-121-0/+3
* | | esp: introduce esp_fifo_pop_buf() and use it instead of fifo8_pop_buf()Mark Cave-Ayland2021-04-121-12/+28
* | | esp: consolidate esp_cmdfifo_pop() into esp_fifo_pop()Mark Cave-Ayland2021-04-121-14/+6Star
* | | esp: consolidate esp_cmdfifo_push() into esp_fifo_push()Mark Cave-Ayland2021-04-121-19/+8Star
* | | esp: rework write_response() to avoid using the FIFO for DMA transactionsMark Cave-Ayland2021-04-121-7/+6Star
* | | esp: always check current_req is not NULL before use in DMA callbacksMark Cave-Ayland2021-04-121-5/+14
* | | esp: fix setting of ESPState mig_version_id when launching QEMU with -S optionMark Cave-Ayland2021-04-122-3/+5
| |/ |/|
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210412'...Peter Maydell2021-04-122-6/+10
|\ \
| * | hw/arm/smmuv3: Emulate CFGI_STE_RANGE for an aligned range of StreamIDsZenghui Yu2021-04-121-4/+8
| * | hw/arm/virt-acpi-build: Fix GSIV values of the {GERR, Sync} interruptsZenghui Yu2021-04-121-2/+2
| |/
* | hw/block/nvme: drain namespaces on sq deletionKlaus Jensen2021-04-121-2/+21
* | hw/block/nvme: store aiocb in compareKlaus Jensen2021-04-121-1/+2