summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand2018-06-283-22/+4Star
* 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/+7Star
* pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand2018-06-281-8/+5Star
* hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand2018-06-283-6/+5Star
* nvdimm: no need to overwrite get_vmstate_memory_region()David Hildenbrand2018-06-281-6/+0Star
* 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/+0Star
* 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
* hw/pci-host/xilinx-pcie: don't make "io" region be RAMPeter Maydell2018-06-271-3/+2Star
* 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/+1Star
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180626'...Peter 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
| * hw/dma/omap_dma: Use qemu_log_mask(UNIMP) instead of printfPhilippe Mathieu-Daudé2018-06-261-2/+4
| * hw/input/tsc2005: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-5/+8
| * hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-1/+3
| * xilinx_spips: Make dma transactions as per dma_burst_sizeSai Pavan Boddu2018-06-261-3/+20
| * aspeed/smc: rename aspeed_smc_flash_send_addr() to aspeed_smc_flash_setup()Cédric Le Goater2018-06-261-15/+16
| * aspeed/smc: fix HW strappingCédric Le Goater2018-06-261-7/+1Star
| * aspeed/smc: fix dummy cycles count when in dual IO modeCédric Le Goater2018-06-261-1/+8
* | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180626-pull-request' ...Peter Maydell2018-06-264-8/+10
|\ \ | |/ |/|
| * ramfb: fix overflowGerd Hoffmann2018-06-261-2/+2
| * vga: set owner for mmio regionsGerd Hoffmann2018-06-263-6/+8
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2018-06-261-0/+1
|\ \ | |/ |/|
| * hw/i386: Deprecate the machine types pc-0.10 and pc-0.11Thomas Huth2018-06-251-0/+1