aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-03-07ide: Increment BB in-flight counter for TRIM BHHanna Reitz1-0/+7
2022-03-05Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...Peter Maydell2-2/+2
2022-03-04Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220304-pull-reques...Peter Maydell9-209/+230
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito2-2/+2
2022-03-04Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell6-159/+687
2022-03-04hw/display/vmware_vga: replace fprintf calls with trace eventsCarwyn Ellis2-12/+21
2022-03-04edid: Fix clock of Detailed Timing DescriptorAkihiko Odaki1-34/+32
2022-03-04hw/i386: Replace magic number with field length calculationDov Murik1-3/+6
2022-03-04hw/i386: Improve bounds checking in OVMF table parsingDov Murik1-1/+8
2022-03-04hw/usb/redirect.c: Stop using qemu_oom_check()Peter Maydell1-3/+14
2022-03-04usb/ohci: Don't use packet from OHCIState for isochronous transfersBALATON Zoltan1-33/+38
2022-03-04usb/ohci: Merge ohci_async_cancel_device() into ohci_child_detach()BALATON Zoltan1-9/+4
2022-03-04usb/ohci: Move USBPortOps related functions togetherBALATON Zoltan1-104/+101
2022-03-04usb/ohci: Move cancelling async packet to ohci_stop_endpoints()BALATON Zoltan1-8/+4
2022-03-04usb/ohci: Move trace point and log ep number to help debuggingBALATON Zoltan2-8/+8
2022-03-04hw/usb/dev-mtp: create directories with a+x mode maskVolker RĂ¼melin1-2/+2
2022-03-04hw/usb: pacify xhciwmi.exe warningDenis V. Lunev1-1/+1
2022-03-03Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220...Peter Maydell6-116/+1048
2022-03-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220302'...Peter Maydell4-70/+32
2022-03-03hw/nvme: 64-bit pi supportNaveen Nagar6-85/+554
2022-03-03hw/nvme: add pi tuple size helperKlaus Jensen3-14/+21
2022-03-03hw/nvme: add support for the lbafee hbs featureNaveen Nagar3-9/+41
2022-03-03hw/nvme: move format parameter parsingKlaus Jensen1-13/+18
2022-03-03hw/nvme: add host behavior support featureNaveen Nagar2-1/+11
2022-03-03hw/nvme: move dif/pi prototypes into dif.hKlaus Jensen4-50/+55
2022-03-03hw: riscv: opentitan: fixup SPI addressesWilfred Mallawa1-3/+9
2022-03-03hw/riscv: virt: Increase maximum number of allowed CPUsAnup Patel1-0/+10
2022-03-03hw/riscv: virt: Add optional AIA IMSIC support to virt machineAnup Patel2-81/+359
2022-03-03hw/intc: Add RISC-V AIA IMSIC device emulationAnup Patel3-0/+452
2022-03-03hw/riscv: virt: Add optional AIA APLIC support to virt machineAnup Patel2-53/+239
2022-03-02target/arm: Report KVM's actual PSCI version to guest in dtbPeter Maydell1-3/+2
2022-03-02target/arm: Support PSCI 1.1 and SMCCC 1.0Akihiko Odaki1-3/+9
2022-03-02hw/i2c: flatten pca954x mux devicePatrick Venture1-64/+13
2022-03-02hw/input/tsc210x: Don't abort on bad SPI word widthsPeter Maydell1-2/+6
2022-03-02hw/arm/mps2-tz.c: Update AN547 documentation URLPeter Maydell1-1/+1
2022-03-02mps3-an547: Add missing user ahb interfacesJimmy Brisson1-0/+4
2022-03-02migration: Remove load_state_old and minimum_version_id_oldPeter Maydell1-1/+0
2022-03-02clock-vmstate: Add missing END_OF_LISTDr. David Alan Gilbert1-0/+1
2022-03-02Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220302' into s...Peter Maydell21-153/+4278
2022-03-02Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-semihosti...Peter Maydell1-0/+86
2022-03-02hw/ppc/spapr_vio.c: use g_autofree in spapr_dt_vdevice()Daniel Henrique Barboza1-4/+2
2022-03-02hw/ppc/spapr_rtas.c: use g_autofree in rtas_ibm_get_system_parameter()Daniel Henrique Barboza1-13/+12
2022-03-02spapr_pci_nvlink2.c: use g_autofree in spapr_phb_nvgpu_ram_populate_dt()Daniel Henrique Barboza1-6/+4
2022-03-02hw/ppc/spapr_numa.c: simplify spapr_numa_write_assoc_lookup_arrays()Daniel Henrique Barboza1-8/+8
2022-03-02hw/ppc/spapr_drc.c: use g_autofree in spapr_drc_by_index()Daniel Henrique Barboza1-4/+2
2022-03-02hw/ppc/spapr_drc.c: use g_autofree in spapr_dr_connector_new()Daniel Henrique Barboza1-2/+1
2022-03-02hw/ppc/spapr_drc.c: use g_autofree in drc_unrealize()Daniel Henrique Barboza1-3/+1
2022-03-02hw/ppc/spapr_drc.c: use g_autofree in drc_realize()Daniel Henrique Barboza1-3/+1
2022-03-02hw/ppc/spapr_drc.c: use g_auto in spapr_dt_drc()Daniel Henrique Barboza1-18/+12
2022-03-02hw/ppc/spapr_caps.c: use g_autofree in spapr_caps_add_properties()Daniel Henrique Barboza1-5/+2