- b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
- 3d7b417 target-ppc: Convert XER accesses to TCG by aurel32 · 16 years ago
- 5bb7910 Introduce UI for live migration by aliguori · 16 years ago
- d8f4460 Allow the monitor to be suspended during non-blocking op by aliguori · 16 years ago
- 295e390 Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes by blueswir1 · 16 years ago
- 8662d65 Make monitor command tables const by blueswir1 · 16 years ago
- 9155fc4 monitor: add sendkey support for comma, dot and slash by aurel32 · 16 years ago
- e90f009 fix default size handling in monitor by aurel32 · 16 years ago
- f1f23ad Add "info uuid" command to monitor (Gleb Natapov) by blueswir1 · 17 years ago
- ac509d8 Move offsetof to osdep.h, remove local defintions. by balrog · 17 years ago
- 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 17 years ago
- 363a37d Fix OpenBSD linker warnings by blueswir1 · 17 years ago
- 83ab795 Revert r4979 since it breaks the monitor by aliguori · 17 years ago
- c8f79b6 Report unmapped addresses in memory_dump (Jan Kiszka) by aliguori · 17 years ago
- a5f1b96 Fix warnings that would be generated by gcc -Wstrict-prototypes by blueswir1 · 17 years ago
- 2ba27c7 Add the altgr key name to the monitor, by Samuel Thibault. by ths · 17 years ago
- bc0129d Set focus to monitor to ask password if line is multiplexed (Laurent Vivier) by aliguori · 17 years ago
- 396f929 Ask password when encrypted disk image is used (Laurent Vivier) by aliguori · 17 years ago
- b5dc773 More efficient target register / TC accesses. by ths · 17 years ago
- c0b5b10 Add missing keys, sendkey support for all keys by blueswir1 · 17 years ago
- 3b4366d Add an opaque parameter to boot_set API, move function to monitor.c by blueswir1 · 17 years ago
- 2ecea9b Add image format option in monitor for removable media by aurel32 · 17 years ago
- f227f17 Fix the sendkey hold time calculation (Jan Kiszka). by balrog · 17 years ago
- c8256f9 Enhance sendkey with key hold time (Jan Kiszka). by balrog · 17 years ago
- f2289cb Add sysrq to key names known by "sendkey". by balrog · 17 years ago
- 3401c0d Refactor and fix do_sendkey (Jan Kiszka). by balrog · 17 years ago
- ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
- 788228c Tab-complete arguments for "logfile" in the monitor. by balrog · 17 years ago
- 0ecdffb Allow bootdevice change from the monitor by aurel32 · 17 years ago
- dc1c0b7 Add a monitor command to raise NMI by aurel32 · 17 years ago
- 339dea2 Use correct memory types in do_physical_memory_save() by aurel32 · 17 years ago
- a8bdf7a physical memory dump to file by aurel32 · 17 years ago
- 4d3b6f6 Add an ncurses UI. by balrog · 17 years ago
- 69b3497 Fix miscellaneous minor things, by Andre Przywara. by ths · 17 years ago
- 60fe76f Fix wrong signedness, by Andre Przywara. by ths · 17 years ago
- 6a5bd30 The profiler need qemu-timer.h by ths · 17 years ago
- a36e69d Collecting block device statistics, by Richard W.M. Jones. by ths · 17 years ago
- e4bcb14 Add -drive parameter, by Laurent Vivier. by ths · 17 years ago
- ad8efe4 Fix a crash with monitor input arriving before readline_start has been called by blueswir1 · 17 years ago
- 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
- 87ecb68 Break up vl.h. by pbrook · 17 years ago
- 31a60e2 Make Slirp statistics gathering and output conditional to LOG_ENABLED by blueswir1 · 17 years ago
- 0411a97 Gprof prooved the PowerPC emulation spent too much time in MSR load and store by j_mayer · 17 years ago
- c2efc95 Fix monitor expressions by blueswir1 · 18 years ago
- 7743e58 Fix >4G physical memory dump for Sparc32 by blueswir1 · 18 years ago
- ff937db More PowerPC registers definitions. by j_mayer · 18 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
- ead9360 Partial support for 34K multithreading, not functional yet. by ths · 18 years ago
- 7084851 VNC password authentication, by Daniel P. Berrange. by ths · 18 years ago
- e25a582 Extend monitor 'change' command for VNC, by Daniel P. Berrange. by ths · 18 years ago
- e735b91 Allow changing log filename. Close logfile when logging is disabled. by pbrook · 18 years ago
- 0cfec83 Spelling fixes, by Aurelien Jarno. by ths · 18 years ago
- 2dc7b60 Commit NAND image changes on "commit all" or "commit mtd". by balrog · 18 years ago
- 2bac601 Remove repeated code and enable encrypted SD cards and USB sticks images. by balrog · 18 years ago
- 201a51f PCMCIA bus support. Parts of CF-ATA command set. Hitachi DSCM microdrive emulation. by balrog · 18 years ago
- 1c5bf3b Fix incorrect pointers casts. by j_mayer · 18 years ago
- e598752 Spelling fixes, by Stefan Weil. by ths · 18 years ago
- c35734b Add -name option, by Anthony Liguori. by ths · 18 years ago
- 76a6625 Great PowerPC emulation code resynchronisation and improvments: by j_mayer · 18 years ago
- cfc3475 Allow gdbstub to connect over any serial device. by pbrook · 18 years ago
- 20d8a3e Monitor multiplexing, by Jason Wessel. by ths · 18 years ago
- c636bb6 gdbserver fix by bellard · 18 years ago
- a9ce859 info vnc command (Anthony Liguori) by bellard · 18 years ago
- e5b0bc4 Rearrange char event handlers to fix CHR_EVENT_RESET. by pbrook · 18 years ago
- 86e94de Reinitialize monitor upon reconnect, by Anthony Liguori. by ths · 18 years ago
- 455204e Dynamic handling of guest mice, by Lonnie Mendez. by ths · 18 years ago
- b371dc5 memsave monitor command by bellard · 18 years ago
- fef3074 Escape filname printout properly, by Anthony Liguori and Julian Seward. by ths · 18 years ago
- 1710015 fixed help info strings by bellard · 19 years ago
- faea38e multiple snapshot support by bellard · 19 years ago
- 7954c73 commit to specific devices by bellard · 19 years ago
- ec36b69 audio capture to wab files (malc) by bellard · 19 years ago
- 13224a8 added mouse event generation by bellard · 19 years ago
- 7ba1260 generate CRLF instead of LF by bellard · 19 years ago
- 4f4fbf7 64 bit support by bellard · 19 years ago
- 26a7646 C99 64 bit printf by bellard · 19 years ago
- 64866c3 more keycodes - hexa keycodes - keycode completion by bellard · 19 years ago
- 6a15fd1 64 bit disassembly by bellard · 19 years ago
- 9521989 Allow multiple graphics devices. by pbrook · 19 years ago
- 5f1ce94 support for builtin profiler by bellard · 19 years ago
- ba3c64f Initial SPARC SMP support (Blue Swirl) by bellard · 19 years ago
- 50443c9 specialize the power save code for 7x0 CPUs by bellard · 19 years ago
- e80e1cc halt state support for ppc by bellard · 19 years ago
- ad49ff9 use HF_HALTED bit by bellard · 19 years ago
- 6a00d60 SMP support by bellard · 19 years ago
- 7c9d8e0 new network emulation by bellard · 19 years ago
- a594cfb USB user interface by bellard · 19 years ago
- 7b936c0 sparc64 fixes (Blue Swirl) by bellard · 19 years ago
- 5e6ad6f kqemu profiling by bellard · 20 years ago
- 0f4c641 kqemu info by bellard · 20 years ago
- d24b15a no need to dump CCOP by bellard · 20 years ago
- 3475187 sparc64 marge (Blue Swirl) by bellard · 20 years ago
- e4cf1ad added sum command by bellard · 20 years ago
- 92a31b1 64 bit support by bellard · 20 years ago
- e3db722 JIT statistics by bellard · 20 years ago
- c27004e 64 bit target support by bellard · 20 years ago
- 9746b15 'info mem' monitor command fix by bellard · 20 years ago
- 9bc9d1c info version command by bellard · 20 years ago
- 7fe4848 monitor fixes by bellard · 20 years ago