aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-06-30Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell13-64/+104
2018-06-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180629'...Peter Maydell14-122/+119
2018-06-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell3-3/+15
2018-06-29Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell1-3/+3
2018-06-29sdcard: Use the ldst APIPhilippe Mathieu-Daudé6-35/+19
2018-06-29sd: Don't trace SDRequest crc fieldPeter Maydell2-2/+2
2018-06-29i.mx7d: Change IRQ number type from hwaddr to intJean-Christophe Dubois1-3/+3
2018-06-29i.mx7d: Change SRC unimplemented device name from sdma to srcJean-Christophe Dubois1-1/+1
2018-06-29i.mx7d: Remove unused header filesJean-Christophe Dubois1-2/+0
2018-06-29hw/arm/virt: Silence dtc /memory warningEric Auger2-24/+24
2018-06-29hw/arm/virt: Silence dtc /intc warningsEric Auger1-24/+39
2018-06-29hw/arm/sysbus-fdt: Replace error_setg(&error_fatal) by error_report() + exit()Philippe Mathieu-Daudé1-23/+30
2018-06-29hw/block/fdc: Replace error_setg(&error_abort) by assert()Philippe Mathieu-Daudé1-8/+1
2018-06-29hw/block/pflash_cfi: Convert from DPRINTF() macro to trace eventsPhilippe Mathieu-Daudé3-36/+37
2018-06-29hw/block/fdc: Convert from FLOPPY_DPRINTF() macro to trace eventsPhilippe Mathieu-Daudé2-3/+7
2018-06-29hw/net/etraxfs_eth: Convert printf() calls to trace eventsPhilippe Mathieu-Daudé2-4/+9
2018-06-29hw/net/ne2000: Convert printf() calls to trace eventsPhilippe Mathieu-Daudé2-6/+4
2018-06-29hw/net/ne2000: Add trace eventsPhilippe Mathieu-Daudé2-5/+16
2018-06-29hw/input/tsc2005: Convert a fprintf() call to trace eventsPhilippe Mathieu-Daudé2-4/+6
2018-06-29hw/char/parallel: Convert from pdebug() macro to trace eventsPhilippe Mathieu-Daudé2-3/+17
2018-06-29hw/char/serial: Convert from DPRINTF macro to trace eventsPhilippe Mathieu-Daudé2-2/+7
2018-06-29sdcard: Reduce sdcard_set_blocklen() trace digitsPhilippe Mathieu-Daudé1-1/+1
2018-06-29hw/block/nvme: add optional parameter num_queues for nvme deviceWeiping Zhang1-2/+3
2018-06-29usb-storage: Add rerror/werror propertiesKevin Wolf2-1/+12
2018-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell16-454/+578
2018-06-29hw/scsi: add VPD Block Limits emulationDaniel Henrique Barboza2-11/+123
2018-06-29hw/scsi: centralize SG_IO calls into single functionDaniel Henrique Barboza2-45/+34
2018-06-29hw/scsi: cleanups before VPD BL emulationDaniel Henrique Barboza2-230/+248
2018-06-299p: darwin: Explicitly cast comparisons of mode_t with -1Keno Fischer1-2/+2
2018-06-29cutils: Provide strchrnulKeno Fischer1-1/+1
2018-06-28hmp: obsolete "info ioapic"Peter Xu2-20/+0
2018-06-28ioapic: support "info irq"Peter Xu3-0/+26
2018-06-28ioapic: some proper indents when dump infoPeter Xu1-4/+4
2018-06-28ioapic: support "info pic"Peter Xu1-0/+16
2018-06-28esp: remove legacy esp_init() functionMark Cave-Ayland1-30/+0
2018-06-28hw/mips/jazz: create ESP device directly via qdevMark Cave-Ayland1-3/+16
2018-06-28pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand3-22/+4
2018-06-28nvdimm: make get_memory_region() perform checks and initializationDavid Hildenbrand1-9/+35
2018-06-28nvdimm: convert nvdimm_mr into a pointerDavid Hildenbrand1-4/+13
2018-06-28nvdimm: convert "unarmed" into a static propertyDavid Hildenbrand1-25/+7
2018-06-28pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand1-8/+5
2018-06-28hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand3-6/+5
2018-06-28nvdimm: no need to overwrite get_vmstate_memory_region()David Hildenbrand1-6/+0
2018-06-28pc: factor out pc specific dimm checks into pc_memory_pre_plug()David Hildenbrand1-18/+26
2018-06-28pc-dimm: remove pc_dimm_get_free_slot() from headerDavid Hildenbrand1-1/+3
2018-06-28pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand3-8/+8
2018-06-28pc: rename pc_dimm_(plug|unplug|...)* into pc_memory_(plug|unplug|...)*David Hildenbrand1-9/+9
2018-06-28pc-dimm: remove leftover "struct pc_dimms_capacity"David Hildenbrand1-5/+0
2018-06-28Replace '-enable-kvm' with '-accel kvm' in docs and help textsThomas Huth2-4/+4
2018-06-28memory-device: turn alignment assert into checkDavid Hildenbrand1-1/+7