aboutsummaryrefslogtreecommitdiffstats
path: root/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-2916-454/+578
|\
| * hw/scsi: add VPD Block Limits emulationDaniel Henrique Barboza2018-06-292-11/+123
| * hw/scsi: centralize SG_IO calls into single functionDaniel Henrique Barboza2018-06-292-45/+34
| * hw/scsi: cleanups before VPD BL emulationDaniel Henrique Barboza2018-06-292-230/+248
| * hmp: obsolete "info ioapic"Peter Xu2018-06-282-20/+0
| * ioapic: support "info irq"Peter Xu2018-06-283-0/+26
| * ioapic: some proper indents when dump infoPeter Xu2018-06-281-4/+4
| * ioapic: support "info pic"Peter Xu2018-06-281-0/+16
| * esp: remove legacy esp_init() functionMark Cave-Ayland2018-06-281-30/+0
| * hw/mips/jazz: create ESP device directly via qdevMark Cave-Ayland2018-06-281-3/+16
| * pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand2018-06-283-22/+4
| * nvdimm: make get_memory_region() perform checks and initializationDavid Hildenbrand2018-06-281-9/+35
| * nvdimm: convert nvdimm_mr into a pointerDavid Hildenbrand2018-06-281-4/+13
| * nvdimm: convert "unarmed" into a static propertyDavid Hildenbrand2018-06-281-25/+7
| * pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand2018-06-281-8/+5
| * hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand2018-06-283-6/+5
| * nvdimm: no need to overwrite get_vmstate_memory_region()David Hildenbrand2018-06-281-6/+0
| * pc: factor out pc specific dimm checks into pc_memory_pre_plug()David Hildenbrand2018-06-281-18/+26
| * pc-dimm: remove pc_dimm_get_free_slot() from headerDavid Hildenbrand2018-06-281-1/+3
| * pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand2018-06-283-8/+8
| * pc: rename pc_dimm_(plug|unplug|...)* into pc_memory_(plug|unplug|...)*David Hildenbrand2018-06-281-9/+9
| * pc-dimm: remove leftover "struct pc_dimms_capacity"David Hildenbrand2018-06-281-5/+0
| * Replace '-enable-kvm' with '-accel kvm' in docs and help textsThomas Huth2018-06-282-4/+4
| * memory-device: turn alignment assert into checkDavid Hildenbrand2018-06-281-1/+7
| * hw/char/serial: Only retry if qemu_chr_fe_write returns 0Sergio Lopez2018-06-281-1/+1
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into stagingPeter Maydell2018-06-283-4/+4
|\ \ | |/ |/|
| * compiler: add a sizeof_field() macroStefan Hajnoczi2018-06-273-4/+4
* | hw/pci-host/xilinx-pcie: don't make "io" region be RAMPeter Maydell2018-06-271-3/+2
* | hw/mips/mips_malta: don't make bios region 'nomigrate'Peter Maydell2018-06-271-1/+1
* | hw/mips/boston: don't make flash region 'nomigrate'Peter Maydell2018-06-271-2/+1
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180626' into stagingPeter Maydell2018-06-2619-160/+846
|\
| * aspeed/timer: use the APB frequency from the SCUCédric Le Goater2018-06-262-4/+17
| * aspeed: initialize the SCU controller firstCédric Le Goater2018-06-261-20/+20
| * aspeed/scu: introduce clock frequenciesCédric Le Goater2018-06-261-0/+106
| * hw/arm/smmuv3: Add notifications on invalidationEric Auger2018-06-263-2/+136
| * hw/arm/smmuv3: IOTLB emulationEric Auger2018-06-263-4/+163
| * hw/arm/smmuv3: Cache/invalidate config dataEric Auger2018-06-263-7/+158
| * hw/arm/smmuv3: Fix translate error handlingJia He2018-06-263-34/+79
| * hw/arm/stellaris: Use HWADDR_PRIx to display register addressPhilippe Mathieu-Daudé2018-06-261-2/+4
| * hw/arm/stellaris: Fix gptm_write() error messagePhilippe Mathieu-Daudé2018-06-261-1/+1
| * hw/net/smc91c111: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-4/+8
| * hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_errorPhilippe Mathieu-Daudé2018-06-261-2/+7
| * hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_errorPhilippe Mathieu-Daudé2018-06-261-2/+7
| * hw/net/stellaris_enet: Fix a typoPhilippe Mathieu-Daudé2018-06-261-1/+1
| * hw/arm/stellaris: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-1/+1
| * hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-6/+12
| * hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-8/+12
| * hw/sd/omap_mmc: Use qemu_log_mask(UNIMP) instead of printfPhilippe Mathieu-Daudé2018-06-261-4/+9
| * hw/ssi/omap_spi: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-5/+10
| * hw/dma/omap_dma: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-24/+40