aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-24target/mips: Add a placeholder for R5900 MMI instruction classFredrik Noring1-1/+44
2018-10-24target/mips: Add a placeholder for R5900 LQFredrik Noring1-2/+11
2018-10-24target/mips: Add a placeholder for R5900 SQ, handle user mode RDHWRFredrik Noring1-1/+52
2018-10-24target/mips: Define R5900 MMI3 opcode constantsFredrik Noring1-0/+39
2018-10-24target/mips: Define R5900 MMI2 opcode constantsFredrik Noring1-0/+48
2018-10-24target/mips: Define R5900 MMI1 opcode constantsFredrik Noring1-0/+44
2018-10-24target/mips: Define R5900 MMI0 opcode constantsFredrik Noring1-0/+51
2018-10-24target/mips: Define R5900 MMI<0|1|2|3> subclasses and opcode constantsFredrik Noring1-0/+51
2018-10-24target/mips: Define R5900 MMI class, and LQ and SQ opcode constantsFredrik Noring1-0/+40
2018-10-24target/mips: Add R5900 Multimedia Instruction overview noteFredrik Noring1-0/+161
2018-10-24target/mips: Define R5900 ISA, MMI ASE, and R5900 CPU preprocessor constantsFredrik Noring1-0/+3
2018-10-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181024'...Peter Maydell21-1467/+2007
2018-10-24net: xgmac: convert SysBus init method to a realize methodCédric Le Goater1-6/+3
2018-10-24net: stellaris_enet: add a reset methodCédric Le Goater1-3/+4
2018-10-24net: stellaris_enet: convert SysBus init method to a realize methodCédric Le Goater1-5/+3
2018-10-24net: smc91c111: convert SysBus init method to a realize methodCédric Le Goater1-5/+3
2018-10-24net: opencores_eth: convert SysBus init method to a realize methodCédric Le Goater1-5/+3
2018-10-24net: mipsnet: convert SysBus init method to a realize methodCédric Le Goater1-6/+3
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