summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/riscv/sifive_u: Connect the Cadence GEM Ethernet deviceAlistair Francis2018-07-061-2/+7
* hw/riscv/sifive_plic: Use gpios instead of irqsAlistair Francis2018-07-061-1/+0Star
* hw/riscv/sifive_e: Create a SiFive E SoC objectAlistair Francis2018-07-061-2/+14
* hw/riscv/sifive_u: Create a SiFive U SoC objectAlistair Francis2018-07-061-2/+14
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...Peter Maydell2018-07-031-0/+16
|\
| * vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann2018-07-031-0/+16
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell2018-07-032-4/+8
|\ \
| * | ppc4xx_i2c: Rewrite to model hardware more closelyBALATON Zoltan2018-07-031-1/+2
| * | ppx/xics: introduce a parent_reset in ICSStateClassCédric Le Goater2018-07-031-0/+1
| * | ppc/xics: introduce a parent_realize in ICSStateClassCédric Le Goater2018-07-031-1/+2
| * | ppc/xics: introduce ICP DeviceRealize and DeviceReset handlersCédric Le Goater2018-07-031-2/+3
| |/
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-07-027-10/+17
|\ \ | |/ |/|
| * hw/virtio: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
| * hw/net: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+3
| * hw/ppc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+3
| * hw/mips: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-022-2/+4
| * hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+3
| * hw/tpm: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* | s390x/tcg: properly implement the TODDavid Hildenbrand2018-07-021-0/+19
* | s390x/tod: factor out TOD into separate deviceDavid Hildenbrand2018-07-021-0/+46
* | loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth2018-07-021-1/+1
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-06-291-0/+2
|\
| * usb-storage: Add rerror/werror propertiesKevin Wolf2018-06-291-0/+2
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-296-18/+18
|\ \ | |/ |/|
| * hw/scsi: add VPD Block Limits emulationDaniel Henrique Barboza2018-06-291-1/+2
| * hw/scsi: centralize SG_IO calls into single functionDaniel Henrique Barboza2018-06-291-0/+2
| * hw/scsi: cleanups before VPD BL emulationDaniel Henrique Barboza2018-06-291-0/+1
| * hmp: obsolete "info ioapic"Peter Xu2018-06-281-3/+0Star
| * ioapic: support "info irq"Peter Xu2018-06-281-0/+3
| * esp: remove legacy esp_init() functionMark Cave-Ayland2018-06-281-5/+0Star
| * pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand2018-06-281-2/+4
| * nvdimm: convert nvdimm_mr into a pointerDavid Hildenbrand2018-06-281-1/+1
| * pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand2018-06-281-1/+2
| * pc-dimm: remove pc_dimm_get_free_slot() from headerDavid Hildenbrand2018-06-281-2/+0Star
| * pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand2018-06-281-3/+3
* | compiler: add a sizeof_field() macroStefan Hajnoczi2018-06-271-1/+1
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180626'...Peter Maydell2018-06-266-29/+105
|\
| * aspeed/timer: use the APB frequency from the SCUCédric Le Goater2018-06-261-0/+4
| * aspeed/scu: introduce clock frequenciesCédric Le Goater2018-06-261-4/+66
| * hw/arm/smmuv3: Add notifications on invalidationEric Auger2018-06-261-0/+6
| * hw/arm/smmuv3: IOTLB emulationEric Auger2018-06-261-0/+13
| * hw/arm/smmuv3: Cache/invalidate config dataEric Auger2018-06-262-0/+6
| * hw/arm/omap: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-6/+6
| * hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-18/+0Star
| * xilinx_spips: Make dma transactions as per dma_burst_sizeSai Pavan Boddu2018-06-261-1/+4
* | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180626-pull-request' ...Peter Maydell2018-06-261-5/+0Star
|\ \ | |/ |/|
| * virtio-gpu-3d: Drop workaround for VIRTIO_GPU_CAPSET_VIRGL2 definePeter Maydell2018-06-261-5/+0Star
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2018-06-261-0/+3
|\ \ | |/ |/|
| * hw/i386: Deprecate the machine types pc-0.10 and pc-0.11Thomas Huth2018-06-251-0/+3
* | Merge branch 'master' of git://git.qemu.org/qemu into x86-nextEduardo Habkost2018-06-251-0/+4
|\|