aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2020-03-31hw/386: Add EPYC mode topology decoding functionsBabu Moger1-0/+100
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann3-1/+5
2020-03-29fix vhost_user_blk_watch crashLi Feng1-1/+0
2020-03-27fdc/i8257: implement verify transfer modeSven Schnelle1-1/+0
2020-03-23hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé10-10/+25
2020-03-19hw/registerfields.h: Add 8bit and 16bit register macrosYoshinori Sato1-0/+30
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell4-68/+56
2020-03-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell5-12/+6
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell1-1/+1
2020-03-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...Peter Maydell3-15/+27
2020-03-17hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_idsBabu Moger1-3/+3
2020-03-17hw/i386: Update structures to save the number of nodes per packageBabu Moger1-0/+1
2020-03-17machine: Add SMP Sockets in CpuTopologyBabu Moger1-0/+2
2020-03-17hw/i386: Consolidate topology functionsBabu Moger1-47/+21
2020-03-17hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger2-14/+27
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell1-6/+0
2020-03-17hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDsBabu Moger1-20/+24
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell7-17/+18
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-1/+1
2020-03-17hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.hBALATON Zoltan2-2/+2
2020-03-17hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan2-3/+2
2020-03-17hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.hBALATON Zoltan3-1/+2
2020-03-17hw/ide: Get rid of piix4_init functionBALATON Zoltan1-1/+0
2020-03-17hw/ide: Get rid of piix3_init functionsBALATON Zoltan1-2/+0
2020-03-17hw/arm/fsl-imx6: Wire up USB controllersGuenter Roeck1-0/+6
2020-03-17hw/arm/fsl-imx6ul: Wire up USB controllersGuenter Roeck1-0/+10
2020-03-17hw/arm/fsl-imx6ul: Fix USB interrupt numbersGuenter Roeck1-3/+3
2020-03-17hw/usb: Add basic i.MX USB Phy supportGuenter Roeck1-0/+53
2020-03-17ppc/spapr: Add FWNMI System Reset stateNicholas Piggin1-1/+2
2020-03-17ppc/spapr: Change FWNMI namesNicholas Piggin1-10/+17
2020-03-17spapr: Rename DT functions to newer naming conventionDavid Gibson1-2/+2
2020-03-17spapr/rtas: Reserve space for RTAS blob and logAlexey Kardashevskiy1-0/+1
2020-03-17ppc/spapr: Move GPRs setup to one placeAlexey Kardashevskiy1-1/+3
2020-03-16ide/via: Get rid of via_ide_init()BALATON Zoltan1-1/+0
2020-03-17spapr: Don't clamp RMA to 16GiB on new machine typesDavid Gibson1-0/+1
2020-03-17spapr: Don't attempt to clamp RMA to VRMA constraintDavid Gibson1-2/+1
2020-03-17spapr: Handle pending hot plug/unplug requests at CASGreg Kurz1-0/+1
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé4-8/+8
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé4-9/+10
2020-03-12hw/arm/virt: Introduce finalize_gic_version()Eric Auger1-0/+1
2020-03-12hw/arm/virt: Introduce VirtGICType enum typeEric Auger1-2/+9
2020-03-12hw/arm/allwinner: add RTC device supportNiek Linnenbank3-0/+139
2020-03-12hw/arm/allwinner-h3: add SDRAM controller deviceNiek Linnenbank2-0/+111
2020-03-12hw/arm/allwinner-h3: add Boot ROM supportNiek Linnenbank1-0/+21
2020-03-12hw/arm/allwinner-h3: add EMAC ethernet deviceNiek Linnenbank2-0/+102
2020-03-12hw/arm/allwinner: add SD/MMC host controllerNiek Linnenbank3-0/+140
2020-03-12hw/arm/allwinner: add Security Identifier deviceNiek Linnenbank2-0/+63
2020-03-12hw/arm/allwinner: add CPU Configuration moduleNiek Linnenbank2-0/+55
2020-03-12hw/arm/allwinner-h3: add System Control moduleNiek Linnenbank2-0/+70
2020-03-12hw/arm/allwinner-h3: add USB host controllerNiek Linnenbank1-0/+8