Age | Commit message (Expand) | Author |
2014-09-08 | spapr: fix possible memory leak | Gonglei |
2014-09-08 | PPC: mac99: Move NVRAM to page boundary when necessary | Alexander Graf |
2014-09-08 | spapr: add uuid/host details to device tree | Nikunj A Dadhania |
2014-09-08 | hw/ppc/spapr_hcall.c: Fix typo in function names | Peter Maydell |
2014-09-08 | linux-user: Handle PPC64 ELFv2 Function Pointers | Tom Musta |
2014-09-08 | linux-user: Implement do_setcontext for PPC64 | Tom Musta |
2014-09-08 | linux-user: Properly Dereference PPC64 ELFv1 Signal Handler Pointer | Tom Musta |
2014-09-08 | linux-user: Enable Signal Handlers on PPC64 | Tom Musta |
2014-09-08 | linux-user: Split PPC Trampoline Encoding from Register Save | Tom Musta |
2014-09-08 | linux-user: Fix Stack Pointer Bug in PPC setup_rt_frame | Tom Musta |
2014-09-08 | ppc: spapr-rtas - implement os-term rtas call | Nikunj A Dadhania |
2014-09-08 | PPC: KVM: Fix g3beige and mac99 when HV is loaded | Alexander Graf |
2014-09-08 | ide: Add resize callback to ide/core | John Snow |
2014-09-08 | IDE: Fill the IDENTIFY request consistently | John Snow |
2014-09-08 | vmdk: fix buf leak in vmdk_parse_extents() | Stefan Hajnoczi |
2014-09-08 | vmdk: fix vmdk_parse_extents() extent_file leaks | Stefan Hajnoczi |
2014-09-08 | ide: Add wwn support to IDE-ATAPI drive | John Snow |
2014-09-08 | qtest/ide: Uninitialize PC allocator | John Snow |
2014-09-08 | libqos: add a simple first-fit memory allocator | John Snow |
2014-09-08 | MAINTAINERS: update sheepdog maintainer | MORITA Kazutaka |
2014-09-08 | qemu-nbd: fix indentation and coding style | Peter Lieven |
2014-09-08 | qemu-nbd: add option to set detect-zeroes mode | Peter Lieven |
2014-09-08 | rename parse_enum_option to qapi_enum_parse and make it public | Peter Lieven |
2014-09-08 | block/archipelago: Use QEMU atomic builtins | Chrysostomos Nanakos |
2014-09-08 | qemu-img: fix rebase src_cache option documentation | Stefan Hajnoczi |
2014-09-08 | qemu-img: clarify src_cache option documentation | Stefan Hajnoczi |
2014-09-08 | libqos: Added EVENT_IDX support | Marc Marí |
2014-09-08 | libqos: Added MSI-X support | Marc Marí |
2014-09-08 | libqos: Added test case for configuration changes in virtio-blk test | Marc Marí |
2014-09-08 | libqos: Added indirect descriptor support to virtio implementation | Marc Marí |
2014-09-08 | libqos: Added basic virtqueue support to virtio implementation | Marc Marí |
2014-09-08 | tests: Add virtio device initialization | Marc Marí |
2014-09-08 | tests: Functions bus_foreach and device_find from libqos virtio API | Marc Marí |
2014-09-08 | pflash_cfi01: write flash contents to bdrv on incoming migration | Laszlo Ersek |
2014-09-08 | pflash_cfi01: fixup stale DPRINTF() calls | Laszlo Ersek |
2014-09-08 | block: kill tail whitespace in block.c | Liu Yuan |
2014-09-05 | Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s... | Peter Maydell |
2014-09-05 | target-i386: Reject invalid CPU feature names on the command-line | Eduardo Habkost |
2014-09-05 | target-i386: Support migratable=no properly | Eduardo Habkost |
2014-09-05 | exec: Save CPUState::exception_index field | Pavel Dovgaluk |
2014-09-05 | console: Remove unused QEMU_BIG_ENDIAN_FLAG | Benjamin Herrenschmidt |
2014-09-05 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-20140905-1' in... | Peter Maydell |
2014-09-05 | console: add qemu_pixman_linebuf_copy | Gerd Hoffmann |
2014-09-05 | console: add dpy_gfx_update_dirty | Gerd Hoffmann |
2014-09-05 | console: add qemu_create_displaysurface_guestmem | Gerd Hoffmann |
2014-09-05 | console: stop using PixelFormat | Gerd Hoffmann |
2014-09-05 | console: reimplement qemu_default_pixelformat | Gerd Hoffmann |
2014-09-05 | console: add qemu_default_pixman_format | Gerd Hoffmann |
2014-09-05 | console: add qemu_pixelformat_from_pixman | Gerd Hoffmann |
2014-09-05 | pty: Fix byte loss bug when connecting to pty | Sebastian Tanase |