2008-12-04 |
aliguori | Add virtio-balloon support |
blob | commitdiff | raw |
2008-12-04 |
aliguori | Add ballooning infrastructure. |
blob | commitdiff | raw | diff to current |
2008-11-16 |
blueswir1 | Attached patch fixes a series of this warning |
blob | commitdiff | raw | diff to current |
2008-11-05 |
aliguori | Add KVM support to QEMU |
blob | commitdiff | raw | diff to current |
2008-10-31 |
aliguori | Implement "info chardev" command. (Gerd Hoffmann) |
blob | commitdiff | raw | diff to current |
2008-10-26 |
blueswir1 | Fix undeclared symbol warnings from sparse |
blob | commitdiff | raw | diff to current |
2008-10-21 |
aurel32 | target-ppc: Convert XER accesses to TCG |
blob | commitdiff | raw | diff to current |
2008-10-13 |
aliguori | Introduce UI for live migration |
blob | commitdiff | raw | diff to current |
2008-10-06 |
aliguori | Allow the monitor to be suspended during non-blocking op |
blob | commitdiff | raw | diff to current |
2008-10-05 |
blueswir1 | Move wav_start_capture prototype to avoid a warning... |
blob | commitdiff | raw | diff to current |
2008-10-02 |
blueswir1 | Make monitor command tables const |
blob | commitdiff | raw | diff to current |
2008-10-01 |
aurel32 | monitor: add sendkey support for comma, dot and slash |
blob | commitdiff | raw | diff to current |
2008-10-01 |
aurel32 | fix default size handling in monitor |
blob | commitdiff | raw | diff to current |
2008-09-18 |
blueswir1 | Add "info uuid" command to monitor (Gleb Natapov) |
blob | commitdiff | raw | diff to current |
2008-09-16 |
balrog | Move offsetof to osdep.h, remove local defintions. |
blob | commitdiff | raw | diff to current |
2008-08-30 |
blueswir1 | Fix some warnings that would be generated by gcc -Wredu... |
blob | commitdiff | raw | diff to current |
2008-08-21 |
blueswir1 | Fix OpenBSD linker warnings |
blob | commitdiff | raw | diff to current |
2008-08-19 |
aliguori | Revert r4979 since it breaks the monitor |
blob | commitdiff | raw | diff to current |
2008-08-18 |
aliguori | Report unmapped addresses in memory_dump (Jan Kiszka) |
blob | commitdiff | raw | diff to current |
2008-08-17 |
blueswir1 | Fix warnings that would be generated by gcc -Wstrict... |
blob | commitdiff | raw | diff to current |
2008-08-13 |
ths | Add the altgr key name to the monitor, by Samuel Thibault. |
blob | commitdiff | raw | diff to current |
2008-08-01 |
aliguori | Set focus to monitor to ask password if line is multipl... |
blob | commitdiff | raw | diff to current |
2008-08-01 |
aliguori | Ask password when encrypted disk image is used (Laurent... |
blob | commitdiff | raw | diff to current |
2008-06-27 |
ths | More efficient target register / TC accesses. |
blob | commitdiff | raw | diff to current |
2008-06-22 |
blueswir1 | Add missing keys, sendkey support for all keys |
blob | commitdiff | raw | diff to current |
2008-06-20 |
blueswir1 | Add an opaque parameter to boot_set API, move function... |
blob | commitdiff | raw | diff to current |
2008-06-18 |
aurel32 | Add image format option in monitor for removable media |
blob | commitdiff | raw | diff to current |
2008-06-09 |
balrog | Fix the sendkey hold time calculation (Jan Kiszka). |
blob | commitdiff | raw | diff to current |
2008-06-08 |
balrog | Enhance sendkey with key hold time (Jan Kiszka). |
blob | commitdiff | raw | diff to current |
2008-06-04 |
balrog | Add sysrq to key names known by "sendkey". |
blob | commitdiff | raw | diff to current |
2008-06-04 |
balrog | Refactor and fix do_sendkey (Jan Kiszka). |
blob | commitdiff | raw | diff to current |
2008-05-28 |
bellard | moved halted field to CPU_COMMON |
blob | commitdiff | raw | diff to current |
2008-05-24 |
balrog | Tab-complete arguments for "logfile" in the monitor. |
blob | commitdiff | raw | diff to current |
2008-05-04 |
aurel32 | Allow bootdevice change from the monitor |
blob | commitdiff | raw | diff to current |
2008-04-27 |
aurel32 | Add a monitor command to raise NMI |
blob | commitdiff | raw | diff to current |
2008-04-12 |
aurel32 | Use correct memory types in do_physical_memory_save() |
blob | commitdiff | raw | diff to current |
2008-04-11 |
aurel32 | physical memory dump to file |
blob | commitdiff | raw | diff to current |
2008-02-10 |
balrog | Add an ncurses UI. |
blob | commitdiff | raw | diff to current |
2007-12-17 |
ths | Fix miscellaneous minor things, by Andre Przywara. |
blob | commitdiff | raw | diff to current |
2007-12-16 |
ths | Fix wrong signedness, by Andre Przywara. |
blob | commitdiff | raw | diff to current |
2007-12-03 |
ths | The profiler need qemu-timer.h |
blob | commitdiff | raw | diff to current |
2007-12-02 |
ths | Collecting block device statistics, by Richard W.M... |
blob | commitdiff | raw | diff to current |
2007-12-02 |
ths | Add -drive parameter, by Laurent Vivier. |
blob | commitdiff | raw | diff to current |
2007-11-30 |
blueswir1 | Fix a crash with monitor input arriving before readlin... |
blob | commitdiff | raw | diff to current |
2007-11-18 |
pbrook | Add statics and missing #includes for prototypes. |
blob | commitdiff | raw | diff to current |
2007-11-17 |
pbrook | Break up vl.h. |
blob | commitdiff | raw | diff to current |
2007-10-26 |
blueswir1 | Make Slirp statistics gathering and output conditional... |
blob | commitdiff | raw | diff to current |
2007-10-25 |
j_mayer | Gprof prooved the PowerPC emulation spent too much... |
blob | commitdiff | raw | diff to current |
2007-09-25 |
blueswir1 | Fix monitor expressions |
blob | commitdiff | raw | diff to current |
2007-09-24 |
blueswir1 | Fix >4G physical memory dump for Sparc32 |
blob | commitdiff | raw | diff to current |
2007-09-19 |
j_mayer | More PowerPC registers definitions. |
blob | commitdiff | raw | diff to current |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
blob | commitdiff | raw | diff to current |
2007-09-06 |
ths | Partial support for 34K multithreading, not functional... |
blob | commitdiff | raw | diff to current |
2007-08-25 |
ths | VNC password authentication, by Daniel P. Berrange. |
blob | commitdiff | raw | diff to current |
2007-08-25 |
ths | Extend monitor 'change' command for VNC, by Daniel... |
blob | commitdiff | raw | diff to current |
2007-06-30 |
pbrook | Allow changing log filename. |
blob | commitdiff | raw | diff to current |
2007-06-23 |
ths | Spelling fixes, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-05-24 |
balrog | Commit NAND image changes on "commit all" or "commit... |
blob | commitdiff | raw | diff to current |
2007-04-30 |
balrog | Remove repeated code and enable encrypted SD cards... |
blob | commitdiff | raw | diff to current |
2007-04-30 |
balrog | PCMCIA bus support. Parts of CF-ATA command set. Hitach... |
blob | commitdiff | raw | diff to current |
2007-04-14 |
j_mayer | Fix incorrect pointers casts. |
blob | commitdiff | raw | diff to current |
2007-03-30 |
ths | Spelling fixes, by Stefan Weil. |
blob | commitdiff | raw | diff to current |
2007-03-19 |
ths | Add -name option, by Anthony Liguori. |
blob | commitdiff | raw | diff to current |
2007-03-07 |
j_mayer | Great PowerPC emulation code resynchronisation and... |
blob | commitdiff | raw | diff to current |
2007-02-22 |
pbrook | Allow gdbstub to connect over any serial device. |
blob | commitdiff | raw | diff to current |
2007-02-18 |
ths | Monitor multiplexing, by Jason Wessel. |
blob | commitdiff | raw | diff to current |
2007-02-05 |
bellard | gdbserver fix |
blob | commitdiff | raw | diff to current |
2007-02-05 |
bellard | info vnc command (Anthony Liguori) |
blob | commitdiff | raw | diff to current |
2007-01-27 |
pbrook | Rearrange char event handlers to fix CHR_EVENT_RESET. |
blob | commitdiff | raw | diff to current |
2007-01-05 |
ths | Reinitialize monitor upon reconnect, by Anthony Liguori. |
blob | commitdiff | raw | diff to current |
2007-01-05 |
ths | Dynamic handling of guest mice, by Lonnie Mendez. |
blob | commitdiff | raw | diff to current |
2007-01-03 |
bellard | memsave monitor command |
blob | commitdiff | raw | diff to current |
2006-12-22 |
ths | Escape filname printout properly, by Anthony Liguori... |
blob | commitdiff | raw | diff to current |
2006-09-25 |
bellard | fixed help info strings |
blob | commitdiff | raw | diff to current |
2006-08-05 |
bellard | multiple snapshot support |
blob | commitdiff | raw | diff to current |
2006-08-01 |
bellard | commit to specific devices |
blob | commitdiff | raw | diff to current |
2006-07-16 |
bellard | audio capture to wab files (malc) |
blob | commitdiff | raw | diff to current |
2006-07-14 |
bellard | added mouse event generation |
blob | commitdiff | raw | diff to current |
2006-07-14 |
bellard | generate CRLF instead of LF |
blob | commitdiff | raw | diff to current |
2006-06-25 |
bellard | 64 bit support |
blob | commitdiff | raw | diff to current |
2006-06-25 |
bellard | C99 64 bit printf |
blob | commitdiff | raw | diff to current |
2006-05-07 |
bellard | more keycodes - hexa keycodes - keycode completion |
blob | commitdiff | raw | diff to current |
2006-04-12 |
bellard | 64 bit disassembly |
blob | commitdiff | raw | diff to current |
2006-04-09 |
pbrook | Allow multiple graphics devices. |
blob | commitdiff | raw | diff to current |
2006-02-08 |
bellard | support for builtin profiler |
blob | commitdiff | raw | diff to current |
2005-12-05 |
bellard | Initial SPARC SMP support (Blue Swirl) |
blob | commitdiff | raw | diff to current |
2005-11-26 |
bellard | specialize the power save code for 7x0 CPUs |
blob | commitdiff | raw | diff to current |
2005-11-23 |
bellard | halt state support for ppc |
blob | commitdiff | raw | diff to current |
2005-11-23 |
bellard | use HF_HALTED bit |
blob | commitdiff | raw | diff to current |
2005-11-21 |
bellard | SMP support |
blob | commitdiff | raw | diff to current |
2005-11-15 |
bellard | new network emulation |
blob | commitdiff | raw | diff to current |
2005-11-06 |
bellard | USB user interface |
blob | commitdiff | raw | diff to current |
2005-10-30 |
bellard | sparc64 fixes (Blue Swirl) |
blob | commitdiff | raw | diff to current |
2005-08-21 |
bellard | kqemu profiling |
blob | commitdiff | raw | diff to current |
2005-07-24 |
bellard | kqemu info |
blob | commitdiff | raw | diff to current |
2005-07-03 |
bellard | no need to dump CCOP |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | sparc64 marge (Blue Swirl) |
blob | commitdiff | raw | diff to current |
2005-06-04 |
bellard | added sum command |
blob | commitdiff | raw | diff to current |
2005-02-10 |
bellard | 64 bit support |
blob | commitdiff | raw | diff to current |
next |