aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-24net: milkymist_minimac2: convert SysBus init method to a realize methodCédric Le Goater1-6/+3
2018-10-24net: lance: convert SysBus init method to a realize methodCédric Le Goater1-5/+3
2018-10-24net: lan9118: convert SysBus init method to a realize methodCédric Le Goater1-6/+3
2018-10-24net: etraxfs_eth: add a reset methodCédric Le Goater1-6/+25
2018-10-24net: etraxfs_eth: convert SysBus init method to a realize methodCédric Le Goater1-7/+6
2018-10-24memory-device: trace when pre_plugging/plugging/unpluggingDavid Hildenbrand3-9/+12
2018-10-24memory-device: complete factoring out unplug handlingDavid Hildenbrand3-7/+11
2018-10-24memory-device: complete factoring out plug handlingDavid Hildenbrand3-13/+12
2018-10-24memory-device: complete factoring out pre_plug handlingDavid Hildenbrand3-18/+34
2018-10-24memory-device: add device class function set_addr()David Hildenbrand2-0/+15
2018-10-24memory-device: drop get_region_size()David Hildenbrand3-20/+10
2018-10-24memory-device: factor out get_memory_region() from pc-dimmDavid Hildenbrand4-16/+39
2018-10-24memory-device: add and use memory_device_get_region_size()David Hildenbrand4-23/+23
2018-10-24memory-device: document MemoryDeviceClassDavid Hildenbrand1-0/+36
2018-10-24memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand3-10/+8
2018-10-24memory-device: introduce separate config optionDavid Hildenbrand5-6/+8
2018-10-24memory-device: use memory device terminology in error messagesDavid Hildenbrand1-3/+3
2018-10-24pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand4-23/+21
2018-10-24memory-device: improve "range conflicts" error messageDavid Hildenbrand1-1/+2
2018-10-24memory-device: fix error message when hinted address is too smallDavid Hildenbrand1-1/+2
2018-10-24memory-device: fix alignment error messageDavid Hildenbrand1-1/+1
2018-10-24machine: fix a typoLi Qiang1-1/+1
2018-10-24hw/mips/malta: Remove unuseful codePhilippe Mathieu-Daudé1-13/+0
2018-10-24hw/hppa/dino: Remove unuseful codePhilippe Mathieu-Daudé1-7/+0
2018-10-24hw/alpha/typhoon: Remove unuseful codePhilippe Mathieu-Daudé1-13/+0
2018-10-24hw/sparc64/niagara: Model the I/O Bridge with the 'unimplemented_device'Philippe Mathieu-Daudé2-3/+2
2018-10-24hw/mips/gt64xxx_pci: Mark as bridge devicePhilippe Mathieu-Daudé1-0/+1
2018-10-24hw/mips/gt64xxx_pci: Convert gt64120_reset() function into Device reset methodPhilippe Mathieu-Daudé1-14/+3
2018-10-24hw/pci-host/bonito: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé1-6/+3
2018-10-24hw/sh4/sh_pci: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé1-11/+9
2018-10-24hw/ssi/xilinx_spi: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé1-6/+3
2018-10-24hw/timer/sun4v-rtc: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé1-5/+5
2018-10-24hw/timer/sun4v-rtc: Convert from DPRINTF() macro to trace eventsPhilippe Mathieu-Daudé2-10/+7
2018-10-24trace-events: Fix copy/paste typoPhilippe Mathieu-Daudé1-1/+1
2018-10-24vl:c: make sure that sockets are calculated correctly in '-smp X' caseIgor Mammedov1-1/+4
2018-10-24vl.c deprecate incorrect CPUs topologyIgor Mammedov3-9/+28
2018-10-24hostmem-file: fixed the memory leak while get pmem path.Zhang Yi1-2/+8
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell68-386/+414
2018-10-23Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell8-14/+69
2018-10-23Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request...Peter Maydell9-185/+51
2018-10-23osdep: Work around MinGW assertRichard Henderson1-0/+12
2018-10-21slirp: Implement RFC2132 TFTP server nameFam Zheng8-4/+38
2018-10-21slirp: Add sanity check for str option lengthFam Zheng2-10/+31
2018-10-21Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell5-1/+333
2018-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell58-688/+1876
2018-10-19Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181018' into stagingPeter Maydell32-510/+837
2018-10-19Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell30-152/+958
2018-10-19error: Drop bogus "use error_setg() instead" admonitionsMarkus Armbruster1-5/+0
2018-10-19crypto: require nettle >= 2.7.1 for building QEMUDaniel P. Berrangé4-22/+6
2018-10-19vpc: Fail open on bad header checksumMarkus Armbruster1-3/+5