summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/nvme: Use ioeventfd to handle doorbell updatesJinhao Fan2022-07-152-1/+117
* hw/nvme: force nvme-ns param 'shared' to false if no nvme-subsys nodeNiklas Cassel2022-07-151-0/+2
* hw/nvme: Add trace events for shadow doorbell bufferJinhao Fan2022-07-152-0/+10
* hw/nvme: Implement shadow doorbell buffer supportJinhao Fan2022-07-152-1/+122
* Merge tag 'pull-block-2022-07-12' of https://gitlab.com/hreitz/qemu into stagingPeter Maydell2022-07-1219-91/+92
|\
| * block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-1219-83/+84
| * block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-1217-31/+31
| * block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria2022-07-126-16/+16
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-07-121-1/+2
|\ \ | |/ |/|
| * scsi/lsi53c895a: fix use-after-free in lsi_do_msgout (CVE-2022-0216)Mauro Matteo Cascella2022-07-061-1/+2
* | hw/arm/virt: dt: add rng-seed propertyJason A. Donenfeld2022-07-071-17/+27
* | Merge tag 'pull-ppc-20220706' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson2022-07-0713-162/+374
|\ \
| * | ppc/spapr: Implement H_WATCHDOGAlexey Kardashevskiy2022-07-064-0/+286
| * | ppc: Define SETFIELD for the ppc targetAlexey Kardashevskiy2022-07-063-56/+0Star
| * | spapr/ddw: Implement 64bit query extensionAlexey Kardashevskiy2022-07-062-6/+18
| * | spapr/ddw: Reset DMA when the last non-default window is removedAlexey Kardashevskiy2022-07-063-1/+18
| * | ppc/pnv: remove 'INTERFACE_PCIE_DEVICE' from phb4 root busDaniel Henrique Barboza2022-07-061-4/+0Star
| * | ppc/pnv: remove 'INTERFACE_PCIE_DEVICE' from phb3 root busDaniel Henrique Barboza2022-07-061-4/+0Star
| * | ppc/pnv: make pnv_chip_power8_pic_print_info() use chip8->phbs[]Daniel Henrique Barboza2022-07-061-14/+8Star
| * | ppc/pnv: make pnv_ics_resend() use chip8->phbs[]Daniel Henrique Barboza2022-07-061-14/+8Star
| * | ppc/pnv: make pnv_ics_get() use the chip8->phbs[] arrayDaniel Henrique Barboza2022-07-061-27/+11Star
| * | ppc/pnv: assign pnv-phb-root-port chassis/slot earlierDaniel Henrique Barboza2022-07-063-34/+17Star
| * | ppc/pnv: attach phb3/phb4 root ports in QOM treeDaniel Henrique Barboza2022-07-063-3/+8
| * | ppc/pnv: move root port attach to pnv_phb4_realize()Daniel Henrique Barboza2022-07-062-3/+4
| |/
* | m68k: virt: pass RNG seed via bootinfo blockJason A. Donenfeld2022-07-062-0/+23
* | m68k: use correct variable name in boot info string macroJason A. Donenfeld2022-07-061-1/+1
|/
* e1000: set RX descriptor status in a separate operationDing Hui2022-07-061-1/+4
* xen/pass-through: don't create needless register groupChuck Zmudzinski2022-07-051-5/+9
* xen/pass-through: merge emulated bits correctlyChuck Zmudzinski2022-07-051-5/+6
* hw/intc/loongarch_ipi: Fix mail send and any send functionXiaojuan Yang2022-07-051-23/+31
* hw/intc/loongarch_ipi: Fix ipi device access of 64bitsXiaojuan Yang2022-07-052-8/+35
* hw/rtc/ls7a_rtc: Drop unused inline functionsRichard Henderson2022-07-051-21/+6Star
* Merge tag 'pull-la-20220704' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-07-043-80/+74Star
|\
| * hw/rtc/ls7a_rtc: Fix 'calculate' spelling errorsXiaojuan Yang2022-07-041-6/+6
| * hw/rtc/ls7a_rtc: Use tm struct pointer as arguments in toy_time_to_val()Xiaojuan Yang2022-07-041-7/+7
| * hw/rtc/ls7a_rtc: Fix rtc enable and disable functionXiaojuan Yang2022-07-041-53/+7Star
| * hw/rtc/ls7a_rtc: Add reset functionXiaojuan Yang2022-07-041-0/+20
| * hw/rtc/ls7a_rtc: Remove unimplemented device in realized functionXiaojuan Yang2022-07-041-1/+0Star
| * hw/rtc/ls7a_rtc: Fix timer call back functionXiaojuan Yang2022-07-041-2/+2
| * hw/rtc/ls7a_rtc: Fix uninitialied bugs and toymatch writing functionXiaojuan Yang2022-07-041-9/+11
| * hw/intc/loongarch_pch_msi: Fix msi vector convertionMao Bibo2022-07-042-2/+21
* | Merge tag 'kraxel-20220704-pull-request' of https://gitlab.com/kraxel/qemu in...Richard Henderson2022-07-041-5/+26
|\ \ | |/ |/|
| * hw: canokey: Remove HS support as not compliant to the specMkfsSion2022-07-011-1/+0Star
| * hw/usb/canokey: fix compatibility of qemu-xhciHongren (Zenithal) Zheng2022-07-011-0/+23
| * hw/usb/canokey: Fix CCID ZLPHongren (Zenithal) Zheng2022-07-011-4/+3Star
* | hw/riscv: boot: Reduce FDT address alignment constraintsAlistair Francis2022-07-031-2/+2
|/
* hw/misc/aspeed: Add PECI controllerPeter Delevoryas2022-06-306-1/+199
* hw/i2c/aspeed: Add new-registers DMA slave mode RX supportPeter Delevoryas2022-06-301-12/+121
* hw/i2c/aspeed: add slave device in old register modeKlaus Jensen2022-06-301-9/+80
* hw/i2c: add asynchronous sendKlaus Jensen2022-06-308-1/+51