aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-05-17Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2-5/+23
2018-05-15pc: add 2.13 machine typesBabu Moger2-5/+23
2018-05-15sdcard: Correct CRC16 offset in sd_function_switch()Philippe Mathieu-Daudé1-1/+1
2018-05-15ps2: Fix mouse stream corruption due to lost dataGeoffrey McRae1-29/+95
2018-05-15ps2: Clear the PS/2 queue and obey disableGeoffrey McRae1-0/+11
2018-05-14Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180514' into stagingPeter Maydell7-28/+119
2018-05-14s390x: refactor reset/reipl handlingDavid Hildenbrand3-14/+96
2018-05-14s390x/ccw: make sure all ccw devices are properly resetCornelia Huck3-3/+15
2018-05-14virtio-ccw: common reset handlerCornelia Huck1-12/+1
2018-05-14s390x/css: disabled subchannels cannot be status pendingCornelia Huck1-0/+8
2018-05-14Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-80/+0
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-13/+29
2018-05-14net: Remove the deprecated "vlan" parameterThomas Huth1-80/+0
2018-05-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell11-197/+149
2018-05-11pc-dimm: fix error messages if no slots were definedDavid Hildenbrand1-1/+8
2018-05-10make sure that we aren't overwriting mc->get_hotplug_handler by accidentIgor Mammedov5-0/+5
2018-05-10arm/boot: split load_dtb() from arm_load_kernel()Igor Mammedov3-144/+53
2018-05-10platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov6-48/+89
2018-05-10pc: simplify MachineClass::get_hotplug_handler handlingIgor Mammedov1-5/+1
2018-05-10hw/arm/iotkit.c: fix minor memory leakPeter Maydell1-0/+1
2018-05-10Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-minor-fixes-...Peter Maydell1-4/+8
2018-05-09opts: don't silently truncate long option valuesDaniel P. Berrangé1-12/+21
2018-05-09riscv: htif: increase the priority of the htif subregionKONRAD Frederic1-2/+3
2018-05-09riscv: spike: allow base == 0KONRAD Frederic1-2/+5
2018-05-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell8-306/+429
2018-05-08Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180507-pull-request' ...Peter Maydell1-1/+2
2018-05-08Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-pull-2018050...Peter Maydell6-224/+125
2018-05-08Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180507-pull-request' ...Peter Maydell2-7/+15
2018-05-08ppc: e500: use g_strdup_printf() instead of snprintf()Greg Kurz1-16/+23
2018-05-07spapr: rename "hotplug memory" terminology to "device memory"David Hildenbrand1-13/+13
2018-05-07pc: rename "hotplug memory" terminology to "device memory"David Hildenbrand2-14/+13
2018-05-07machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand2-6/+5
2018-05-07pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand2-3/+20
2018-05-07pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand2-60/+51
2018-05-07pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand2-107/+88
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand3-9/+9
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand3-20/+14
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand5-37/+47
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand6-58/+190
2018-05-07qxl: fix local renderer crashGerd Hoffmann1-1/+2
2018-05-07usb-host: skip open on pending postload bhGerd Hoffmann1-0/+7
2018-05-07usb-mtp: Unconditionally check for the readonly bitBandan Das1-4/+5
2018-05-07usb-mtp: Add some NULL checks for issues pointed out by coverityBandan Das1-3/+3
2018-05-06RISC-V: Mark ROM read-only after copying in codeMichael Clark4-82/+101
2018-05-06RISC-V: Remove EM_RISCV ELF_MACHINE indirectionMichael Clark4-4/+4
2018-05-06RISC-V: Remove unused class definitionsMichael Clark5-101/+0
2018-05-06RISC-V: Remove identity_translate from load_elfMichael Clark4-24/+4
2018-05-06RISC-V: Use ROM base address and size from memmapMichael Clark1-2/+2
2018-05-06RISC-V: Make virt board description match spikeMichael Clark1-1/+1
2018-05-06RISC-V: Replace hardcoded constants with enum valuesMichael Clark4-12/+15