Age | Commit message (Expand) | Author | Files | Lines |
2009-09-30 | Fix build with profiler enabled | Aurelien Jarno | 1 | -0/+3 |
2009-09-20 | ioports: remove unused env parameter and compile only once | Blue Swirl | 1 | -7/+7 |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl | 1 | -16/+16 |
2009-09-11 | Unexport ticks_per_sec variable. Create get_ticks_per_sec() function | Juan Quintela | 1 | -3/+3 |
2009-09-11 | monitor: fix muxing | Gerd Hoffmann | 1 | -11/+24 |
2009-09-04 | monitor: Update supported types documentation | Luiz Capitulino | 1 | -1/+3 |
2009-09-04 | monitor: fail when 'i' type is greater than 32-bit | Luiz Capitulino | 1 | -0/+6 |
2009-09-04 | monitor: Drop args[] handling code | Luiz Capitulino | 1 | -61/+10 |
2009-09-04 | monitor: Drop str_allocated[] | Luiz Capitulino | 1 | -11/+2 |
2009-09-04 | monitor: Drop unused macros | Luiz Capitulino | 1 | -12/+0 |
2009-09-04 | monitor: Split monitor_handle_command() | Luiz Capitulino | 1 | -34/+39 |
2009-09-04 | monitor: Port handler_10 to use QDict | Luiz Capitulino | 1 | -18/+8 |
2009-09-04 | monitor: Drop handler_8 and handler_9 | Luiz Capitulino | 1 | -16/+0 |
2009-09-04 | monitor: Port handler_7 to use QDict | Luiz Capitulino | 1 | -12/+10 |
2009-09-04 | monitor: Port handler_6 to use QDict | Luiz Capitulino | 1 | -8/+6 |
2009-09-04 | monitor: Port handler_5 to use QDict | Luiz Capitulino | 1 | -21/+28 |
2009-09-04 | monitor: Port handler_4 to use QDict | Luiz Capitulino | 1 | -13/+9 |
2009-09-04 | monitor: Port handler_3 to use QDict | Luiz Capitulino | 1 | -11/+13 |
2009-09-04 | monitor: Port handler_2 to use QDict | Luiz Capitulino | 1 | -10/+13 |
2009-09-04 | monitor: Port handler_1 to use QDict | Luiz Capitulino | 1 | -28/+41 |
2009-09-04 | monitor: Port handler_0 to use QDict | Luiz Capitulino | 1 | -9/+9 |
2009-09-04 | monitor: Setup a QDict with arguments to handlers | Luiz Capitulino | 1 | -0/+18 |
2009-09-04 | monitor: New format for handlers argument types | Luiz Capitulino | 1 | -5/+43 |
2009-09-04 | Add wrappers to functions used by the Monitor | Luiz Capitulino | 1 | -0/+5 |
2009-08-31 | Fix breakage due to __thread | Blue Swirl | 1 | -1/+1 |
2009-08-27 | add qemu_error() + friends | Gerd Hoffmann | 1 | -1/+70 |
2009-08-27 | kvm: Simplify cpu_synchronize_state() | Avi Kivity | 1 | -2/+2 |
2009-08-27 | make load_vmstate() return errors | Juan Quintela | 1 | -2/+1 |
2009-08-27 | move do_loadvm() to monitor.c | Juan Quintela | 1 | -0/+11 |
2009-08-24 | Unbreak large mem support by removing kqemu | Anthony Liguori | 1 | -57/+0 |
2009-08-23 | Fix device name completion for 'eject' | Blue Swirl | 1 | -0/+3 |
2009-08-10 | rename "info qdrv" to "info qdm" | Gerd Hoffmann | 1 | -2/+2 |
2009-08-10 | Fix do_commit() behavior | Luiz Capitulino | 1 | -1/+1 |
2009-07-31 | Fix Sparse warnings: "Using plain integer as NULL pointer" | Blue Swirl | 1 | -1/+1 |
2009-07-30 | qdev/core: add monitor command to list all drivers | Gerd Hoffmann | 1 | -0/+2 |
2009-07-27 | kill drives_table | Gerd Hoffmann | 1 | -5/+7 |
2009-07-27 | Add monitor_get_fd() command for fetching named fds | Mark McLoughlin | 1 | -0/+24 |
2009-07-27 | Add getfd and closefd monitor commands | Mark McLoughlin | 1 | -0/+69 |
2009-07-16 | monitor: Add port write command | Jan Kiszka | 1 | -0/+19 |
2009-07-16 | Move boot_set callback backend | Jan Kiszka | 1 | -18/+5 |
2009-07-09 | use constant IOPORTS_MASK instead of 0xffff. | Isaku Yamahata | 1 | -1/+1 |
2009-07-09 | QEMU: MCE: Add MCE simulation to qemu/tcg | Huang Ying | 1 | -0/+46 |
2009-06-29 | monitor: Refactor acl commnds | Jan Kiszka | 1 | -39/+57 |
2009-06-29 | monitor: Add completion for help command | Jan Kiszka | 1 | -0/+5 |
2009-06-29 | slirp: Drop statistic code | Jan Kiszka | 1 | -2/+0 |
2009-06-29 | slirp: Add info usernet for dumping connection states | Jan Kiszka | 1 | -0/+2 |
2009-06-10 | monitor: Introduce get_command_name() | Luiz Capitulino | 1 | -14/+30 |
2009-06-10 | monitor: Remove unused variable | Luiz Capitulino | 1 | -2/+0 |
2009-06-10 | monitor: Remove uneeded 'return' statement | Luiz Capitulino | 1 | -1/+0 |
2009-06-10 | monitor: Remove uneeded goto | Luiz Capitulino | 1 | -4/+6 |