index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monitor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-06
Remove tabs introduced from VNC ACL series
aliguori
1
-86
/
+86
2009-03-06
Support ACLs for controlling VNC access ("Daniel P. Berrange")
aliguori
1
-0
/
+96
2009-03-05
monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)
aliguori
1
-10
/
+37
2009-03-05
monitor: Improve mux'ed console experience (Jan Kiszka)
aliguori
1
-5
/
+22
2009-03-05
monitor: Decouple terminals (Jan Kiszka)
aliguori
1
-71
/
+75
2009-03-05
monitor: Introduce ReadLineState (Jan Kiszka)
aliguori
1
-17
/
+19
2009-03-05
monitor: Drop banner hiding (Jan Kiszka)
aliguori
1
-7
/
+3
2009-03-05
monitor: Rework terminal management (Jan Kiszka)
aliguori
1
-20
/
+23
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
1
-363
/
+389
2009-03-05
monitor: Rework modal password input (Jan Kiszka)
aliguori
1
-51
/
+63
2009-03-05
monitor: Break out readline_show_prompt (Jan Kiszka)
aliguori
1
-0
/
+2
2009-03-05
monitor: Simplify password input mode (Jan Kiszka)
aliguori
1
-20
/
+0
2009-03-05
monitor: Rework early disk password inquiry (Jan Kiszka)
aliguori
1
-4
/
+40
2009-03-05
block: Improve bdrv_iterate (Jan Kiszka)
aliguori
1
-1
/
+2
2009-03-03
SH4: Added monitoring of TLBs
aurel32
1
-1
/
+32
2009-02-11
qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)
aliguori
1
-0
/
+14
2009-02-11
Add a description for the set_link monitor command.
aliguori
1
-1
/
+2
2009-02-05
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-4
/
+0
2009-01-24
Synch code, help and docs
blueswir1
1
-5
/
+7
2009-01-08
Add 'set_link' monitor command (Mark McLoughlin)
aliguori
1
-0
/
+1
2008-12-28
Fix -Werror=format-security warning (Frederik Himpe/Lennert Buytenhek)
blueswir1
1
-3
/
+2
2008-12-18
new monitor func status
aurel32
1
-0
/
+11
2008-12-18
Fix warnings introduced by commit 6081
aurel32
1
-0
/
+2
2008-12-17
Add HPET emulation to qemu (Beth Kon)
aliguori
1
-0
/
+7
2008-12-10
Accept password as an argument to 'change vnc password' monitor command (Chri...
aliguori
1
-5
/
+9
2008-12-10
Fix off-by-one bug limiting VNC passwords to 7 chars (Chris Webb)
aliguori
1
-2
/
+1
2008-12-04
Add virtio-balloon support
aliguori
1
-1
/
+3
2008-12-04
Add ballooning infrastructure.
aliguori
1
-0
/
+22
2008-11-16
Attached patch fixes a series of this warning
blueswir1
1
-19
/
+19
2008-11-05
Add KVM support to QEMU
aliguori
1
-0
/
+16
2008-10-31
Implement "info chardev" command. (Gerd Hoffmann)
aliguori
1
-0
/
+2
2008-10-26
Fix undeclared symbol warnings from sparse
blueswir1
1
-1
/
+1
2008-10-21
target-ppc: Convert XER accesses to TCG
aurel32
1
-1
/
+1
2008-10-13
Introduce UI for live migration
aliguori
1
-0
/
+8
2008-10-06
Allow the monitor to be suspended during non-blocking op
aliguori
1
-1
/
+18
2008-10-05
Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes
blueswir1
1
-3
/
+0
2008-10-02
Make monitor command tables const
blueswir1
1
-22
/
+22
2008-10-01
monitor: add sendkey support for comma, dot and slash
aurel32
1
-0
/
+3
2008-10-01
fix default size handling in monitor
aurel32
1
-1
/
+1
2008-09-18
Add "info uuid" command to monitor (Gleb Natapov)
blueswir1
1
-0
/
+11
2008-09-16
Move offsetof to osdep.h, remove local defintions.
balrog
1
-4
/
+0
2008-08-30
Fix some warnings that would be generated by gcc -Wredundant-decls
blueswir1
1
-2
/
+0
2008-08-21
Fix OpenBSD linker warnings
blueswir1
1
-4
/
+6
2008-08-19
Revert r4979 since it breaks the monitor
aliguori
1
-1
/
+7
2008-08-18
Report unmapped addresses in memory_dump (Jan Kiszka)
aliguori
1
-1
/
+4
2008-08-17
Fix warnings that would be generated by gcc -Wstrict-prototypes
blueswir1
1
-10
/
+31
2008-08-13
Add the altgr key name to the monitor, by Samuel Thibault.
ths
1
-0
/
+2
2008-08-01
Set focus to monitor to ask password if line is multiplexed (Laurent Vivier)
aliguori
1
-2
/
+15
2008-08-01
Ask password when encrypted disk image is used (Laurent Vivier)
aliguori
1
-7
/
+1
2008-06-27
More efficient target register / TC accesses.
ths
1
-1
/
+1
[next]