summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200430' into stagingPeter Maydell2020-04-303-0/+61
|\
| * s390x/s390-virtio-ccw: Fix build on systems without KVMChristian Borntraeger2020-04-291-0/+3
| * s390x: protvirt: SCLP interpretationJanosch Frank2020-04-291-0/+2
| * s390x: protvirt: Support unpack facilityJanosch Frank2020-04-292-0/+56
* | hw/riscv: Add optional symbol callback ptr to riscv_load_firmware()Anup Patel2020-04-291-2/+4
* | riscv/sifive_u: Add a serial property to the sifive_u machineBin Meng2020-04-291-0/+1
* | riscv/sifive_u: Add a serial property to the sifive_u SoCAlistair Francis2020-04-291-0/+2
* | smbus: Fix spd_data_generate() error API violationMarkus Armbruster2020-04-291-1/+1
|/
* fw_cfg: Migrate ACPI table mr sizes separatelyShameer Kolothum2020-04-131-0/+6
* acpi: Use macro for table-loader file nameShameer Kolothum2020-04-131-0/+1
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc-fixes-070420-1' ...Peter Maydell2020-04-071-23/+25
|\
| * elf-ops: bail out if we have no function symbolsAlex Bennée2020-04-071-23/+25
* | ppc/pnv: Create BMC devices only when defaults are enabledCédric Le Goater2020-04-071-0/+2
|/
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200403' into stagingPeter Maydell2020-04-031-0/+7
|\
| * vl/s390x: fixup ram sizes for compat machinesChristian Borntraeger2020-04-021-0/+7
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2020-04-032-0/+109
|\ \
| * | hw/i386: Introduce apicid functions inside X86MachineStateBabu Moger2020-04-011-0/+9
| * | hw/386: Add EPYC mode topology decoding functionsBabu Moger2020-04-011-0/+100
| |/
* / hw/isa/superio: Correct the license textPhilippe Mathieu-Daudé2020-04-011-1/+1
|/
* acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann2020-03-293-1/+5
* fix vhost_user_blk_watch crashLi Feng2020-03-291-1/+0Star
* fdc/i8257: implement verify transfer modeSven Schnelle2020-03-271-1/+0Star
* hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé2020-03-2310-10/+25
* hw/registerfields.h: Add 8bit and 16bit register macrosYoshinori Sato2020-03-191-0/+30
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2020-03-194-68/+56Star
|\
| * hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_idsBabu Moger2020-03-181-3/+3
| * hw/i386: Update structures to save the number of nodes per packageBabu Moger2020-03-181-0/+1
| * machine: Add SMP Sockets in CpuTopologyBabu Moger2020-03-181-0/+2
| * hw/i386: Consolidate topology functionsBabu Moger2020-03-181-47/+21Star
| * hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger2020-03-182-14/+27
| * cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-181-6/+0Star
| * hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDsBabu Moger2020-03-181-20/+24
* | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2020-03-195-12/+6Star
|\ \
| * | hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.hBALATON Zoltan2020-03-172-2/+2
| * | hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan2020-03-172-3/+2Star
| * | hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.hBALATON Zoltan2020-03-173-1/+2
| * | hw/ide: Get rid of piix4_init functionBALATON Zoltan2020-03-171-1/+0Star
| * | hw/ide: Get rid of piix3_init functionsBALATON Zoltan2020-03-171-2/+0Star
| * | ide/via: Get rid of via_ide_init()BALATON Zoltan2020-03-171-1/+0Star
| * | cmd646: remove unused pci_cmd646_ide_init() functionMark Cave-Ayland2020-03-101-2/+0Star
* | | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell2020-03-181-1/+1
|\ \ \
| * | | gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-171-1/+1
* | | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...Peter Maydell2020-03-183-15/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | ppc/spapr: Add FWNMI System Reset stateNicholas Piggin2020-03-171-1/+2
| * | | ppc/spapr: Change FWNMI namesNicholas Piggin2020-03-171-10/+17
| * | | spapr: Rename DT functions to newer naming conventionDavid Gibson2020-03-171-2/+2
| * | | spapr/rtas: Reserve space for RTAS blob and logAlexey Kardashevskiy2020-03-171-0/+1
| * | | ppc/spapr: Move GPRs setup to one placeAlexey Kardashevskiy2020-03-171-1/+3
| * | | spapr: Don't clamp RMA to 16GiB on new machine typesDavid Gibson2020-03-161-0/+1
| * | | spapr: Don't attempt to clamp RMA to VRMA constraintDavid Gibson2020-03-161-2/+1Star