Age | Commit message (Expand) | Author |
2011-11-09 | Clean up assertion in get_boot_devices_list() | Markus Armbruster |
2011-11-07 | qemu_timedate_diff() shouldn't modify its argument. | Gleb Natapov |
2011-11-01 | vl.c: Guard against GThread double-initialization | Andreas Färber |
2011-10-31 | Merge remote-tracking branch 'aneesh/for-upstream-7' into staging | Anthony Liguori |
2011-10-31 | hw/9pfs: Add synthetic file system support using 9p | Aneesh Kumar K.V |
2011-10-31 | hw/9pfs: Read-only support for 9p export | M. Mohan Kumar |
2011-10-27 | Drop qemu-objects.h from modules that don't require it | Luiz Capitulino |
2011-10-21 | simplify main loop functions | Paolo Bonzini |
2011-10-21 | main-loop: create main-loop.c | Paolo Bonzini |
2011-10-21 | main-loop: create main-loop.h | Paolo Bonzini |
2011-10-21 | qemu-timer: move more stuff out of qemu-timer.c | Paolo Bonzini |
2011-10-21 | qemu-timer: use atexit for quit_timers | Paolo Bonzini |
2011-10-20 | Merge remote-tracking branch 'aneesh/for-upstream-6' into staging | Anthony Liguori |
2011-10-19 | runstate: Allow user to migrate twice | Luiz Capitulino |
2011-10-19 | runstate: Allow to transition from paused to postmigrate | Luiz Capitulino |
2011-10-19 | runstate: Print state transition when invalid | Luiz Capitulino |
2011-10-15 | Drop obsolete nographic timer | Jan Kiszka |
2011-10-15 | Move graphic-related coalesced MMIO flushes to affected device models | Jan Kiszka |
2011-10-15 | hw/9pfs: Handle Security model parsing | M. Mohan Kumar |
2011-10-15 | hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code | Aneesh Kumar K.V |
2011-10-12 | hw/9pfs: Add new virtfs option writeout=immediate skip host page cache | Aneesh Kumar K.V |
2011-10-04 | qapi: Convert query-status | Luiz Capitulino |
2011-10-04 | RunState: Rename enum values as generated by the QAPI | Luiz Capitulino |
2011-10-04 | RunState: Drop the RSTATE_NO_STATE value | Luiz Capitulino |
2011-10-04 | vl: Change qemu_vmstop_requested() to return a bool | Luiz Capitulino |
2011-09-20 | Merge remote-tracking branch 'qmp/queue/qmp' into staging | Anthony Liguori |
2011-09-16 | Fix termination by signal with -no-shutdown | Kevin Wolf |
2011-09-15 | QMP: query-status: Introduce 'status' key | Luiz Capitulino |
2011-09-15 | Monitor/QMP: Don't allow cont on bad VM state | Luiz Capitulino |
2011-09-15 | Drop the vm_running global variable | Luiz Capitulino |
2011-09-15 | Drop the incoming_expected global variable | Luiz Capitulino |
2011-09-15 | runstate_set(): Check for valid transitions | Luiz Capitulino |
2011-09-15 | RunState: Add additional states | Luiz Capitulino |
2011-09-15 | Replace the VMSTOP macros with a proper state type | Luiz Capitulino |
2011-09-09 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2011-09-09 | Don't use g_thread_get_initialized. | Gerd Hoffmann |
2011-09-09 | Fix comment (install patch -> install path) | Stefan Weil |
2011-09-02 | rename qemu_malloc and related to glib names for coherence | Frediano Ziglio |
2011-09-02 | main: force enabling of I/O thread | Anthony Liguori |
2011-09-02 | Merge remote-tracking branch 'stefanha/tracing' into staging | Anthony Liguori |
2011-09-01 | Add glib support to main loop | Anthony Liguori |
2011-09-01 | trace: add "-trace events" argument to control initial state | Lluís |
2011-09-01 | trace: avoid conditional code compilation during option parsing | Lluís |
2011-09-01 | trace: move backend-specific code into the trace/ directory | Lluís |
2011-09-01 | trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_* | Lluís |
2011-08-22 | Poll main loop after I/O events were received | Jan Kiszka |
2011-08-22 | Do not drop global mutex for polled main loop runs | Jan Kiszka |
2011-08-22 | char: qemu_chr_open_opts() -> qemu_chr_new_from_opts() | Anthony Liguori |
2011-08-22 | char: rename qemu_chr_open() -> qemu_chr_new() | Anthony Liguori |
2011-08-20 | Add trace points for g_malloc/g_free functions | Anthony Liguori |