Age | Commit message (Expand) | Author |
2015-01-26 | ich9: add disable_s3, disable_s4, s4_val properties | Amit Shah |
2015-01-16 | vmstate: type-check sub-arrays | Paolo Bonzini |
2015-01-16 | socket shutdown | Dr. David Alan Gilbert |
2015-01-15 | xbzrle: optimize XBZRLE to decrease the cache misses | ChenLiang |
2015-01-15 | misc: Fix new typos in comments | Stefan Weil |
2015-01-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-01-14 | qemu-timer: rename timer_init to timer_init_tl | Paolo Bonzini |
2015-01-14 | qemu-common.h: optimise muldiv64 if int128 is available | Frediano Ziglio |
2015-01-13 | block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET} | Fam Zheng |
2015-01-13 | coroutine: drop qemu_coroutine_adjust_pool_size | Paolo Bonzini |
2015-01-13 | QSLIST: add lock-free operations | Paolo Bonzini |
2015-01-13 | qemu-thread: add per-thread atexit functions | Paolo Bonzini |
2015-01-13 | block: fix spoiling all dirty bitmaps by mirror and migration | Vladimir Sementsov-Ogievskiy |
2015-01-13 | block: JSON filenames and relative backing files | Max Reitz |
2015-01-13 | block: Get full backing filename from string | Max Reitz |
2015-01-12 | kvm: extend kvm_irqchip_add_msi_route to work on s390 | Frank Blaschka |
2015-01-12 | s390: Add PCI bus support | Frank Blaschka |
2015-01-10 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-01-10 | Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int... | Peter Maydell |
2015-01-09 | Merge remote-tracking branch 'remotes/amit/tags/for-2.3' into staging | Peter Maydell |
2015-01-09 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-01-08 | hw/usb: simplified usb_enabled | Marcel Apfelbaum |
2015-01-08 | hw/machine: added machine_usb wrapper | Marcel Apfelbaum |
2015-01-08 | hw/ppc: modified the condition for usb controllers to be created for some ppc... | Marcel Apfelbaum |
2015-01-08 | acpi-build: make ROMs RAM blocks resizeable | Michael S. Tsirkin |
2015-01-08 | memory: API to allocate resizeable RAM MR | Michael S. Tsirkin |
2015-01-08 | exec: qemu_ram_alloc_resizeable, qemu_ram_resize | Michael S. Tsirkin |
2015-01-08 | exec: split length -> used_length/max_length | Michael S. Tsirkin |
2015-01-08 | exec: cpu_physical_memory_set/clear_dirty_range | Michael S. Tsirkin |
2015-01-08 | memory: add memory_region_set_size | Michael S. Tsirkin |
2015-01-07 | hw/usb: simplified usb_enabled | Marcel Apfelbaum |
2015-01-07 | hw/machine: added machine_usb wrapper | Marcel Apfelbaum |
2015-01-07 | hw/ppc: modified the condition for usb controllers to be created for some ppc... | Marcel Apfelbaum |
2015-01-07 | spapr: Fix stale HTAB during live migration (KVM) | Samuel Mendoza-Jonas |
2015-01-05 | virtio-serial: Don't keep a persistent copy of config space | David Gibson |
2015-01-03 | pci: move REDHAT_SDHCI device ID to make room for Rocker | Scott Feldman |
2015-01-03 | gen-icount: check cflags instead of use_icount global | Paolo Bonzini |
2014-12-23 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141223'... | Peter Maydell |
2014-12-23 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20141222.0' i... | Peter Maydell |
2014-12-23 | cpu-exec: add a new CF_USE_ICOUNT cflag | Paolo Bonzini |
2014-12-23 | atomic: fix position of volatile qualifier | Paolo Bonzini |
2014-12-22 | hw/arm: pass pristine kernel image to guest firmware over fw_cfg | Laszlo Ersek |
2014-12-22 | hw/loader: split out load_image_gzipped_buffer() | Laszlo Ersek |
2014-12-22 | fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide() | Laszlo Ersek |
2014-12-22 | fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem() | Laszlo Ersek |
2014-12-22 | fw_cfg: hard separation between the MMIO and I/O port mappings | Laszlo Ersek |
2014-12-22 | target-arm: Add arm_boot_info secure_boot control | Greg Bellows |
2014-12-22 | hw/vfio: create common module | Eric Auger |
2014-12-22 | Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20141222' ... | Peter Maydell |
2014-12-22 | bootdevice: add Error **errp argument for QEMUBootSetHandler | Gonglei |