Sign in
qemu
/
qemu
/
118e226884a762f3ef21351c05043e32be44c1f1
/
qtest.c
81517ba
char: add backend hotswap handler
by Anton Nefedov
· 7 years ago
4d43a60
char: move CharBackend handling in char-fe unit
by Marc-André Lureau
· 8 years ago
8228e35
chardev: move headers to include/chardev
by Marc-André Lureau
· 8 years ago
fc34059
qtest: fix a memory leak
by Marc-André Lureau
· 8 years ago
b30d188
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
by Markus Armbruster
· 8 years ago
0ec7b3e
char: rename CharDriverState Chardev
by Marc-André Lureau
· 8 years ago
204febd
libqtest: handle zero length memwrite/memread
by Greg Kurz
· 8 years ago
39ab61c
char: remove explicit_fe_open, use a set_handlers argument
by Marc-André Lureau
· 8 years ago
5345fdb
char: use qemu_chr_fe* functions with CharBackend argument
by Marc-André Lureau
· 8 years ago
32a6ebe
char: remaining switch to CharBackend in frontend
by Marc-André Lureau
· 8 years ago
b4948be
char: remove init callback
by Marc-André Lureau
· 8 years ago
54ce6f2
qtest: ask endianness of the target in qtest_init()
by Laurent Vivier
· 8 years ago
eeddd59
tests: add RTAS command in the protocol
by Laurent Vivier
· 8 years ago
aa15f49
qtest: replace strtoXX() by qemu_strtoXX()
by Laurent Vivier
· 8 years ago
5f31bbf
qtest.c: Allow zero size in memset qtest commands
by Peter Maydell
· 8 years ago
33c1187
qemu-common: push cpu.h inclusion out of qemu-common.h
by Paolo Bonzini
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
d38ea87
all: Clean up includes
by Peter Maydell
· 9 years ago
87f50ca
Move page_size_init earlier
by Dr. David Alan Gilbert
· 9 years ago
c50766f
Init page sizes in qtest
by Dr. David Alan Gilbert
· 9 years ago
5560b85
qtest: pre-buffer hex nibs
by John Snow
· 10 years ago
4d00796
qtest: add memset to qtest protocol
by John Snow
· 10 years ago
7a6a740
qtest: Add base64 encoded read/write
by John Snow
· 10 years ago
332cc7e
qtest: allow arbitrarily long sends
by John Snow
· 10 years ago
b3adf5a
qtest: Use qemu_opt_set() instead of qemu_opts_parse()
by Markus Armbruster
· 10 years ago
107684c
qtest: fix qtest log fd should be initialized before qtest chardev
by Li Liu
· 10 years ago
60a7901
qtest/irq: Rework IRQ interception
by Peter Crosthwaite
· 10 years ago
f6a1ef6
accel: Pass MachineState object to accel init functions
by Eduardo Habkost
· 10 years ago
0d15da8
accel: Rename 'init' method to 'init_machine'
by Eduardo Habkost
· 10 years ago
3a6ce51
accel: Move qtest accel registration to qtest.c
by Eduardo Habkost
· 10 years ago
1ad9580
icount: Add QemuOpts for icount
by Sebastian Tanase
· 10 years ago
2a802aa
qtest: fix hex2nib for capital characters
by Sergey Fedorov
· 11 years ago
a5f5429
qdev: Implement named GPIOs
by Peter Crosthwaite
· 11 years ago
f1e2987
machine: Replace QEMUMachine by MachineClass in accelerator configuration
by Marcel Apfelbaum
· 11 years ago
135a129
kvm: Add a new machine option kvm-type
by Aneesh Kumar K.V
· 11 years ago
23802b4
qtest: Don't segfault with invalid -qtest option
by Fam Zheng
· 11 years ago
b3be57c
qtest: don't report signals if qtest driver enabled
by Michael S. Tsirkin
· 11 years ago
d4fce24
qtest: split configuration of qtest accelerator and chardev
by Paolo Bonzini
· 11 years ago
35aa3fb
qtest: Fix FMT_timeval vs time_t
by Richard Henderson
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
40daca5
aio / timers: Rearrange timer.h & make legacy functions call non-legacy
by Alex Bligh
· 11 years ago
ac70aaf
aio / timers: Use all timerlists in icount warp calculations
by Alex Bligh
· 11 years ago
ba646ff
qtest: Don't reset on qtest chardev connect
by Markus Armbruster
· 11 years ago
56863d4
qtest: Handle addresses and values for {in, out}[bwl] as unsigned
by Peter Maydell
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
0fbf01f
qtest: use synchronous I/O for char device
by Anthony Liguori
· 12 years ago
872536b
qtest: Add MMIO support
by Andreas Färber
· 12 years ago
5dd6be0
qtest: Use strtoull() for uint64_t
by Andreas Färber
· 12 years ago
d5286af
accel: change {xen, kvm, tcg, qtest}_allowed from int to bool
by liguang
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
7f3bf92
qtest: Fix tv_usec != long
by Richard Henderson
· 13 years ago
3f97fd8
qtest: Add missing GCC_FMT_ATTR
by Stefan Weil
· 13 years ago
6e92466
qtest: use qemu_gettimeofday()
by Anthony Liguori
· 13 years ago
6b7cff7
qtest: fix 32-bit build
by Anthony Liguori
· 13 years ago
8156be5
qtest: add clock management
by Paolo Bonzini
· 13 years ago
2028834
qtest: IRQ interception infrastructure
by Paolo Bonzini
· 13 years ago
c7f0f3b
qtest: add test framework
by Anthony Liguori
· 13 years ago