Age | Commit message (Expand) | Author |
2018-10-24 | memory-device: introduce separate config option | David Hildenbrand |
2018-10-24 | memory-device: use memory device terminology in error messages | David Hildenbrand |
2018-10-24 | pc-dimm: pass PCDIMMDevice to pc_dimm_.*plug | David Hildenbrand |
2018-10-24 | memory-device: improve "range conflicts" error message | David Hildenbrand |
2018-10-24 | memory-device: fix error message when hinted address is too small | David Hildenbrand |
2018-10-24 | memory-device: fix alignment error message | David Hildenbrand |
2018-10-24 | machine: fix a typo | Li Qiang |
2018-10-24 | hw/mips/malta: Remove unuseful code | Philippe Mathieu-Daudé |
2018-10-24 | hw/hppa/dino: Remove unuseful code | Philippe Mathieu-Daudé |
2018-10-24 | hw/alpha/typhoon: Remove unuseful code | Philippe Mathieu-Daudé |
2018-10-24 | hw/sparc64/niagara: Model the I/O Bridge with the 'unimplemented_device' | Philippe Mathieu-Daudé |
2018-10-24 | hw/mips/gt64xxx_pci: Mark as bridge device | Philippe Mathieu-Daudé |
2018-10-24 | hw/mips/gt64xxx_pci: Convert gt64120_reset() function into Device reset method | Philippe Mathieu-Daudé |
2018-10-24 | hw/pci-host/bonito: Use DeviceState::realize rather than SysBusDevice::init | Philippe Mathieu-Daudé |
2018-10-24 | hw/sh4/sh_pci: Use DeviceState::realize rather than SysBusDevice::init | Philippe Mathieu-Daudé |
2018-10-24 | hw/ssi/xilinx_spi: Use DeviceState::realize rather than SysBusDevice::init | Philippe Mathieu-Daudé |
2018-10-24 | hw/timer/sun4v-rtc: Use DeviceState::realize rather than SysBusDevice::init | Philippe Mathieu-Daudé |
2018-10-24 | hw/timer/sun4v-rtc: Convert from DPRINTF() macro to trace events | Philippe Mathieu-Daudé |
2018-10-24 | trace-events: Fix copy/paste typo | Philippe Mathieu-Daudé |
2018-10-24 | net: cadence_gem: Announce 64bit addressing support | Edgar E. Iglesias |
2018-10-24 | net: cadence_gem: Announce availability of priority queues | Edgar E. Iglesias |
2018-10-24 | hw/arm/boot: Increase compliance with kernel arm64 boot protocol | Stewart Hildebrand |
2018-10-24 | target/arm: Move some system registers into a substructure | Richard Henderson |
2018-10-24 | ssi-sd: Make devices picking up backends unavailable with -device | Markus Armbruster |
2018-10-24 | configs: Add a CONFIG_SMC37C669 switch for the "smc37c669-superio" device | Thomas Huth |
2018-10-24 | hw/core: Move null-machine into the common-obj list | Thomas Huth |
2018-10-23 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into... | Peter Maydell |
2018-10-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-10-19 | fsdev: Clean up error reporting in qemu_fsdev_add() | Markus Armbruster |
2018-10-19 | xen/pt: Fix incomplete conversion to realize() | Markus Armbruster |
2018-10-19 | smbios: Clean up error handling in smbios_add() | Markus Armbruster |
2018-10-19 | ioapic: Fix error handling in realize() | Markus Armbruster |
2018-10-19 | pc: Fix machine property nvdimm-persistence error handling | Markus Armbruster |
2018-10-19 | 9pfs: Fix CLI parsing crash on error | Markus Armbruster |
2018-10-19 | vfio: Clean up error reporting after previous commit | Markus Armbruster |
2018-10-19 | vfio: Use warn_report() & friends to report warnings | Markus Armbruster |
2018-10-19 | cpus hw target: Use warn_report() & friends to report warnings | Markus Armbruster |
2018-10-19 | Use error_fatal to simplify obvious fatal errors (again) | Markus Armbruster |
2018-10-19 | error: Fix use of error_prepend() with &error_fatal, &error_abort | Markus Armbruster |
2018-10-19 | hyperv_testdev: add SynIC message and event testmodes | Roman Kagan |
2018-10-19 | hyperv: process POST_MESSAGE hypercall | Roman Kagan |
2018-10-19 | hyperv: add support for KVM_HYPERV_EVENTFD | Roman Kagan |
2018-10-19 | hyperv: process SIGNAL_EVENT hypercall | Roman Kagan |
2018-10-19 | hyperv: add synic event flag signaling | Roman Kagan |
2018-10-19 | hyperv: add synic message delivery | Roman Kagan |
2018-10-19 | hyperv: make overlay pages for SynIC | Roman Kagan |
2018-10-19 | hyperv: qom-ify SynIC | Roman Kagan |
2018-10-19 | hyperv: factor out arch-independent API into hw/hyperv | Roman Kagan |
2018-10-19 | hyperv: rename kvm_hv_sint_route_set_sint | Roman Kagan |
2018-10-19 | hyperv: make HvSintRoute reference-counted | Roman Kagan |