Age | Commit message (Expand) | Author |
2015-03-03 | qxl: refactor rounding up to a nearest power of 2 | Radim Krčmář |
2015-03-03 | spice: fix invalid memory access to vga.vram | Radim Krčmář |
2015-03-03 | qxl: document minimal video memory for new modes | Radim Krčmář |
2015-03-03 | bootdevice: add check in restore_boot_order() | Gonglei |
2015-03-03 | bootdevice: check boot order argument validation before vm running | Gonglei |
2015-03-03 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-26' into... | Peter Maydell |
2015-03-03 | target-tricore: Add instructions of RRR1 opcode format, which have 0xc3 as fi... | Bastian Koppelmann |
2015-03-03 | target-tricore: Add instructions of RRR1 opcode format, which have 0x43 as fi... | Bastian Koppelmann |
2015-03-03 | target-tricore: Add instructions of RRR1 opcode format, which have 0x83 as fi... | Bastian Koppelmann |
2015-03-03 | target-tricore: Add instructions of RRR2 opcode format | Bastian Koppelmann |
2015-03-03 | target-tricore: fix msub32_suov return wrong results | Bastian Koppelmann |
2015-03-03 | target-tricore: Fix RLC_ADDI, RLC_ADDIH using wrong microcode helper | Bastian Koppelmann |
2015-03-03 | Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'... | Peter Maydell |
2015-03-02 | trace: add DTrace reserved words for .d files | Stefan Hajnoczi |
2015-03-02 | unbreak dtrace tracing due to double _ in rdma names | Dr. David Alan Gilbert |
2015-03-02 | vfio-pci: Enable device request notification support | Alex Williamson |
2015-03-02 | vfio: allow to disable MMAP per device with -x-mmap=off option | Samuel Pitoiset |
2015-03-02 | vfio: Make type1 listener symbols static | Alexey Kardashevskiy |
2015-03-02 | vfio: Add ioctl number to error report | Alexey Kardashevskiy |
2015-03-02 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st... | Peter Maydell |
2015-03-02 | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in... | Peter Maydell |
2015-03-02 | Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s... | Peter Maydell |
2015-03-02 | cpus: be more paranoid in avoiding deadlocks | Paolo Bonzini |
2015-03-02 | cpus: fix deadlock and segfault in qemu_mutex_lock_iothread | Paolo Bonzini |
2015-03-02 | virtio-scsi: Allocate op blocker reason before blocking | Max Reitz |
2015-02-27 | Makefile.target: binary depends on config-devices | Michael S. Tsirkin |
2015-02-27 | Makefile: don't silence mak file test with V=1 | Michael S. Tsirkin |
2015-02-27 | Makefile: fix up parallel building under MSYS+MinGW | Vasily Efimov |
2015-02-27 | iscsi: Handle write protected case in reopen | Fam Zheng |
2015-02-27 | Give ivshmem its own config option | David Gibson |
2015-02-27 | Create specific config option for "platform-bus" | David Gibson |
2015-02-27 | Add specific config options for PCI-E bridges | David Gibson |
2015-02-27 | bootdevice: fix segment fault when booting guest with '-kernel' and '-initrd' | Gonglei |
2015-02-27 | timer: replace time() with QEMU_CLOCK_HOST | Pavel Dovgalyuk |
2015-02-27 | virtio-scsi-dataplane: Call blk_set_aio_context within BQL | Fam Zheng |
2015-02-27 | block: Forbid bdrv_set_aio_context outside BQL | Fam Zheng |
2015-02-27 | scsi: give device a parent before setting properties | Paolo Bonzini |
2015-02-26 | qtest: Use qemu_opt_set() instead of qemu_opts_parse() | Markus Armbruster |
2015-02-26 | pc: Use qemu_opt_set() instead of qemu_opts_parse() | Markus Armbruster |
2015-02-26 | qemu-sockets: Simplify setting numeric and boolean options | Markus Armbruster |
2015-02-26 | block: Simplify setting numeric options | Markus Armbruster |
2015-02-26 | qemu-img: Suppress unhelpful extra errors in convert, amend | Markus Armbruster |
2015-02-26 | QemuOpts: Propagate errors through opts_parse() | Markus Armbruster |
2015-02-26 | QemuOpts: Propagate errors through opts_do_parse() | Markus Armbruster |
2015-02-26 | QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use | Markus Armbruster |
2015-02-26 | block: Suppress unhelpful extra errors in bdrv_img_create() | Markus Armbruster |
2015-02-26 | qemu-img: Suppress unhelpful extra errors in convert, resize | Markus Armbruster |
2015-02-26 | QemuOpts: Convert qemu_opts_set() to Error, fix its use | Markus Armbruster |
2015-02-26 | QemuOpts: Convert qemu_opt_set_number() to Error, fix its use | Markus Armbruster |
2015-02-26 | QemuOpts: Convert qemu_opt_set_bool() to Error, fix its use | Markus Armbruster |