summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* elf_ops: Don't try to g_mapped_file_unref(NULL)Peter Maydell2020-05-041-1/+3
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200430-...Peter Maydell2020-04-307-1/+453
|\
| * hw/char/cadence_uart: add clock supportDamien Hedde2020-04-301-0/+1
| * qdev-clock: introduce an init array to ease the device constructionDamien Hedde2020-04-301-0/+55
| * qdev: add clock input&output support to devices.Damien Hedde2020-04-302-0/+116
| * hw/core/clock-vmstate: define a vmstate entry for clock stateDamien Hedde2020-04-301-0/+9
| * hw/core/clock: introduce clock objectPeter Maydell2020-04-301-0/+216
| * msf2: Add EMAC block to SmartFusion2 SoCSubbaraya Sundeep2020-04-301-0/+2
| * hw/net: Add Smartfusion2 emac blockSubbaraya Sundeep2020-04-301-0/+53
| * nrf51: Fix last GPIO CNF addressCameron Esfahani2020-04-301-1/+1
* | 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