Sign in
qemu
/
qemu
/
642575843f38a4f05bbcaff0cbc287dee65c8a72
/
monitor.c
45a50b1
Reorganize option rom (+linux kernel) loading.
by Gerd Hoffmann
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
e9a6625
Fix build with profiler enabled
by Aurelien Jarno
· 15 years ago
afcea8c
ioports: remove unused env parameter and compile only once
by Blue Swirl
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 15 years ago
a7aec5d
monitor: fix muxing
by Gerd Hoffmann
· 15 years ago
fb46660
monitor: Update supported types documentation
by Luiz Capitulino
· 15 years ago
675ebef
monitor: fail when 'i' type is greater than 32-bit
by Luiz Capitulino
· 15 years ago
5377358
monitor: Drop args[] handling code
by Luiz Capitulino
· 15 years ago
590fb3b
monitor: Drop str_allocated[]
by Luiz Capitulino
· 15 years ago
439bcb6
monitor: Drop unused macros
by Luiz Capitulino
· 15 years ago
55f81d9
monitor: Split monitor_handle_command()
by Luiz Capitulino
· 15 years ago
37b7ad4
monitor: Port handler_10 to use QDict
by Luiz Capitulino
· 15 years ago
6d1cac3
monitor: Drop handler_8 and handler_9
by Luiz Capitulino
· 15 years ago
c192548
monitor: Port handler_7 to use QDict
by Luiz Capitulino
· 15 years ago
aa93e39
monitor: Port handler_6 to use QDict
by Luiz Capitulino
· 15 years ago
1bd1442
monitor: Port handler_5 to use QDict
by Luiz Capitulino
· 15 years ago
afe67ef
monitor: Port handler_4 to use QDict
by Luiz Capitulino
· 15 years ago
1d4daa9
monitor: Port handler_3 to use QDict
by Luiz Capitulino
· 15 years ago
f18c16d
monitor: Port handler_2 to use QDict
by Luiz Capitulino
· 15 years ago
d54908a
monitor: Port handler_1 to use QDict
by Luiz Capitulino
· 15 years ago
f96fc8a
monitor: Port handler_0 to use QDict
by Luiz Capitulino
· 15 years ago
f7188bb
monitor: Setup a QDict with arguments to handlers
by Luiz Capitulino
· 15 years ago
4d76d2b
monitor: New format for handlers argument types
by Luiz Capitulino
· 15 years ago
3818318
Add wrappers to functions used by the Monitor
by Luiz Capitulino
· 15 years ago
528e93a
Fix breakage due to __thread
by Blue Swirl
· 15 years ago
ac7531e
add qemu_error() + friends
by Gerd Hoffmann
· 15 years ago
4c0960c
kvm: Simplify cpu_synchronize_state()
by Avi Kivity
· 15 years ago
05f2401
make load_vmstate() return errors
by Juan Quintela
· 15 years ago
c8d41b2
move do_loadvm() to monitor.c
by Juan Quintela
· 15 years ago
4a1418e
Unbreak large mem support by removing kqemu
by Anthony Liguori
· 15 years ago
2a1704a
Fix device name completion for 'eject'
by Blue Swirl
· 15 years ago
f6c64e0
rename "info qdrv" to "info qdm"
by Gerd Hoffmann
· 15 years ago
73006d2
Fix do_commit() behavior
by Luiz Capitulino
· 15 years ago
660f11b
Fix Sparse warnings: "Using plain integer as NULL pointer"
by Blue Swirl
· 15 years ago
9316d30
qdev/core: add monitor command to list all drivers
by Gerd Hoffmann
· 15 years ago
751c6a1
kill drives_table
by Gerd Hoffmann
· 15 years ago
7768e04
Add monitor_get_fd() command for fetching named fds
by Mark McLoughlin
· 15 years ago
f07918f
Add getfd and closefd monitor commands
by Mark McLoughlin
· 15 years ago
f114784
monitor: Add port write command
by Jan Kiszka
· 15 years ago
76e30d0
Move boot_set callback backend
by Jan Kiszka
· 16 years ago
d56dd6c
use constant IOPORTS_MASK instead of 0xffff.
by Isaku Yamahata
· 16 years ago
79c4f6b
QEMU: MCE: Add MCE simulation to qemu/tcg
by Huang Ying
· 16 years ago
15dfcd4
monitor: Refactor acl commnds
by Jan Kiszka
· 16 years ago
f3353c6
monitor: Add completion for help command
by Jan Kiszka
· 16 years ago
0fe6a7f
slirp: Drop statistic code
by Jan Kiszka
· 16 years ago
6dbe553
slirp: Add info usernet for dumping connection states
by Jan Kiszka
· 16 years ago
4590fd8
monitor: Introduce get_command_name()
by Luiz Capitulino
· 16 years ago
7869001
monitor: Remove unused variable
by Luiz Capitulino
· 16 years ago
a84b785
monitor: Remove uneeded 'return' statement
by Luiz Capitulino
· 16 years ago
d91d9bf
monitor: Remove uneeded goto
by Luiz Capitulino
· 16 years ago
2313086
Use hxtool to generate monitor documentation and C structures
by Blue Swirl
· 16 years ago
cae4956
qdev: add monitor command to dump the tree.
by Gerd Hoffmann
· 16 years ago
1c6ed9f
User networking: Show active connections
by Alexander Graf
· 16 years ago
c1261d8
User Networking: Enable removal of redirections
by Alexander Graf
· 16 years ago
322f9d0
Drop CONFIG_GDBSTUB
by Jan Kiszka
· 16 years ago
9dd986c
Hardware watchdog
by Richard W.M. Jones
· 16 years ago
b28b623
monitor: Fix warning in do_info_numa (Jan Kiszka)
by aliguori
· 16 years ago
030ea37
add info numa command to monitor (Andre Przywara)
by aliguori
· 16 years ago
d4ebe19
slirp: Enhance host-guest redirection setup (Jan Kiszka)
by aliguori
· 16 years ago
a66b11b
monitor: Allow host_net_add/remove for all targets (Jan Kiszka)
by aliguori
· 16 years ago
5c8be67
monitor: Improve host_net_add (Jan Kiszka)
by aliguori
· 16 years ago
bb9ea79
net: Add support for capturing VLANs (Jan Kiszka)
by aliguori
· 16 years ago
640f42e
kqemu: merge CONFIG_KQEMU and USE_KQEMU
by blueswir1
· 16 years ago
cd33fee
monitor: Update command help (Jan Kiszka)
by aliguori
· 16 years ago
4a19f1e
Add --with-pkgversion.
by pbrook
· 16 years ago
1b530a6
Add new command line option -singlestep for tcg single stepping.
by aurel32
· 16 years ago
59030a8
gdbstub: Rework configuration via command line and monitor (Jan Kiszka)
by aliguori
· 16 years ago
36556b2
gdbstub: Allow re-instantiation (Jan Kiszka)
by aliguori
· 16 years ago
d154615
monitor: sync from kvm state before generating output (Jan Kiszka)
by aliguori
· 16 years ago
e600d1e
Multi-key completion for sendkey
by blueswir1
· 16 years ago
511d2b1
Sparse fixes: NULL use, header order, ANSI prototypes, static
by blueswir1
· 16 years ago
28a76be
Remove tabs introduced from VNC ACL series
by aliguori
· 16 years ago
76655d6
Support ACLs for controlling VNC access ("Daniel P. Berrange")
by aliguori
· 16 years ago
cde76ee
monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)
by aliguori
· 16 years ago
2724b18
monitor: Improve mux'ed console experience (Jan Kiszka)
by aliguori
· 16 years ago
731b036
monitor: Decouple terminals (Jan Kiszka)
by aliguori
· 16 years ago
4c36ba3
monitor: Introduce ReadLineState (Jan Kiszka)
by aliguori
· 16 years ago
bb80604
monitor: Drop banner hiding (Jan Kiszka)
by aliguori
· 16 years ago
8712716
monitor: Rework terminal management (Jan Kiszka)
by aliguori
· 16 years ago
376253e
monitor: Rework API (Jan Kiszka)
by aliguori
· 16 years ago
bb5fc20
monitor: Rework modal password input (Jan Kiszka)
by aliguori
· 16 years ago
9dd442b
monitor: Break out readline_show_prompt (Jan Kiszka)
by aliguori
· 16 years ago
f220174
monitor: Simplify password input mode (Jan Kiszka)
by aliguori
· 16 years ago
c0f4ce7
monitor: Rework early disk password inquiry (Jan Kiszka)
by aliguori
· 16 years ago
51de976
block: Improve bdrv_iterate (Jan Kiszka)
by aliguori
· 16 years ago
7c664e2
SH4: Added monitoring of TLBs
by aurel32
· 16 years ago
6f338c3
qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)
by aliguori
· 16 years ago
f029bd9
Add a description for the set_link monitor command.
by aliguori
· 16 years ago
1eec614
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
d2c639d
Synch code, help and docs
by blueswir1
· 16 years ago
436e5e5
Add 'set_link' monitor command (Mark McLoughlin)
by aliguori
· 16 years ago
60cbfb9
Fix -Werror=format-security warning (Frederik Himpe/Lennert Buytenhek)
by blueswir1
· 16 years ago
6f9c5ee
new monitor func status
by aurel32
· 16 years ago
bf4f74c
Fix warnings introduced by commit 6081
by aurel32
· 16 years ago
16b29ae
Add HPET emulation to qemu (Beth Kon)
by aliguori
· 16 years ago
2569da0
Accept password as an argument to 'change vnc password' monitor command (Chris Webb)
by aliguori
· 16 years ago
2a7e8dd
Fix off-by-one bug limiting VNC passwords to 7 chars (Chris Webb)
by aliguori
· 16 years ago
Next »