aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-03-10e1000e: Introduce e1000_rx_desc_unionAkihiko Odaki2-59/+57
2023-03-10e1000e: Configure ResettableClassAkihiko Odaki2-5/+7
2023-03-10e1000: Configure ResettableClassAkihiko Odaki1-9/+4
2023-03-10e1000e: Improve software resetAkihiko Odaki1-5/+19
2023-03-10e1000e: Remove pending interrupt flagsAkihiko Odaki4-23/+5
2023-03-10e1000e: Use memcpy to intialize registersAkihiko Odaki1-2/+2
2023-03-10e1000: Use memcpy to intialize registersAkihiko Odaki1-2/+2
2023-03-10e1000e: Use more constant definitionsAkihiko Odaki2-22/+34
2023-03-10e1000: Use more constant definitionsAkihiko Odaki4-25/+41
2023-03-10e1000e: Mask registers when writingAkihiko Odaki1-44/+32
2023-03-10e1000e: Introduce E1000E_LOW_BITS_SET_FUNCAkihiko Odaki1-10/+8
2023-03-10e1000: Mask registers when writingAkihiko Odaki1-53/+31
2023-03-10e1000: Use hw/net/mii.hAkihiko Odaki6-144/+101
2023-03-10fsl_etsec: Use hw/net/mii.hAkihiko Odaki3-24/+9
2023-03-10e1000e: Fix the code styleAkihiko Odaki5-158/+168
2023-03-09Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell1-0/+1
2023-03-09Merge tag 'vfio-updates-20230307.1' of https://gitlab.com/alex.williamson/qem...Peter Maydell4-139/+600
2023-03-09Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell39-732/+4426
2023-03-09Merge tag 'pull-aspeed-20230307' of https://github.com/legoater/qemu into sta...Peter Maydell4-9/+17
2023-03-09Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into stagingPeter Maydell18-80/+638
2023-03-08hw/usb/ohci: Implement resume on connection status changeBALATON Zoltan1-6/+17
2023-03-08hw/audio/via-ac97: Basic implementation of audio playbackBALATON Zoltan4-7/+457
2023-03-08hw/usb/vt82c686-uhci-pci: Use PCI IRQ routingBernhard Beschow1-12/+0
2023-03-08hw/ppc/pegasos2: Fix PCI interrupt routingBALATON Zoltan2-5/+25
2023-03-08hw/isa/vt82c686: Implement PCI IRQ routingBALATON Zoltan1-0/+42
2023-03-08hw/intc/i8259: Implement legacy LTIM Edge/Level Bank SelectDavid Woodhouse2-7/+27
2023-03-08hw/display/sm501: Add debug property to control pixman usageBALATON Zoltan1-3/+15
2023-03-08Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"BALATON Zoltan1-1/+9
2023-03-08Revert "hw/isa/i82378: Remove intermediate IRQ forwarder"Philippe Mathieu-Daudé1-1/+9
2023-03-08hw/mips/itu: Pass SAAR using QOM link propertyPhilippe Mathieu-Daudé2-25/+24
2023-03-08hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé6-13/+13
2023-03-07vfio: Fix vfio_get_dev_region() trace eventCédric Le Goater1-1/+1
2023-03-07vfio/migration: Rename entry pointsAlex Williamson3-8/+8
2023-03-07vfio/migration: Query device dirty page tracking supportJoao Martins1-0/+15
2023-03-07vfio/migration: Block migration with vIOMMUJoao Martins3-0/+52
2023-03-07vfio/common: Add device dirty page bitmap syncJoao Martins1-9/+79
2023-03-07vfio/common: Extract code from vfio_get_dirty_bitmap() to new functionAvihai Horon1-22/+35
2023-03-07vfio/common: Add device dirty page tracking start/stopJoao Martins2-5/+169
2023-03-07includes: move tb_flush into its own headerAlex Bennée1-0/+1
2023-03-07i386/xen: Initialize Xen backends from pc_basic_device_init() for emulationDavid Woodhouse1-0/+7
2023-03-07hw/xen: Implement soft reset for emulated gnttabDavid Woodhouse2-2/+25
2023-03-07hw/xen: Map guest XENSTORE_PFN grant in emulated XenstoreDavid Woodhouse1-0/+16
2023-03-07hw/xen: Add emulated implementation of XenStore operationsDavid Woodhouse1-4/+269
2023-03-07hw/xen: Add emulated implementation of grant table operationsDavid Woodhouse1-3/+296
2023-03-07hw/xen: Hook up emulated implementation for event channel operationsDavid Woodhouse1-0/+15
2023-03-07hw/xen: Only advertise ring-page-order for xen-block if gnttab supports itDavid Woodhouse1-3/+8
2023-03-07hw/xen: Avoid crash when backend watch fires too earlyPaul Durrant1-7/+7
2023-03-07hw/xen: Build PV backend drivers for CONFIG_XEN_BUSDavid Woodhouse7-7/+10
2023-03-07hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse13-20/+23
2023-03-07hw/xen: Use XEN_PAGE_SIZE in PV backend driversDavid Woodhouse4-20/+20