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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
stubs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-1
/
+0
2015-06-22
qerror: Finally unused, clean up
Markus Armbruster
3
-9
/
+2
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-1
/
+1
2015-06-12
iohandler: Change return type of qemu_set_fd_handler to "void"
Fam Zheng
1
-4
/
+4
2015-06-12
main-loop: Drop qemu_set_fd_handler2
Fam Zheng
1
-9
/
+0
2015-06-12
stubs: Add qemu_set_fd_handler
Fam Zheng
1
-0
/
+8
2015-06-02
monitor: Change return type of monitor_cur_is_qmp() to bool
Markus Armbruster
1
-2
/
+2
2015-03-09
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-11
/
+0
2015-03-04
pc-dimm: add a function to calculate VM's current RAM size
zhanghailiang
1
-0
/
+5
2015-03-01
pci-hotplug-old: Has been dead for five major releases, bury
Markus Armbruster
2
-11
/
+0
2015-02-10
stubs: Fix warning caused by missing include statement
Stefan Weil
1
-1
/
+1
2014-10-20
block: Code motion to get rid of stubs/blockdev.c
Markus Armbruster
2
-13
/
+0
2014-09-25
block: Keep DriveInfo alive until BlockDriverState dies
Markus Armbruster
2
-0
/
+13
2014-08-18
monitor: fix use after free
Michael S. Tsirkin
1
-2
/
+1
2014-08-06
backends: Introduce chr-testdev
Paolo Bonzini
2
-0
/
+8
2014-06-24
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2
-7
/
+0
2014-06-23
qapi event: clean up
Wenchao Xia
2
-7
/
+0
2014-06-23
libqemustub: add more stubs for qemu-char
Nikolay Nikolaev
3
-0
/
+23
2014-06-23
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-1
/
+6
2014-06-23
console: move chardev declarations to sysemu/char.h
Michael S. Tsirkin
1
-1
/
+1
2014-06-23
block: asynchronously stop the VM on I/O errors
Paolo Bonzini
1
-1
/
+6
2014-06-19
qmp: add query-memory-devices command
Igor Mammedov
2
-0
/
+8
2014-06-19
Add qtest for vhost-user
Nikolay Nikolaev
1
-2
/
+4
2014-06-19
libqemustub: add stubs to be able to use qemu-char.c
Nikolay Nikolaev
9
-0
/
+57
2014-06-16
dump: Make DumpState and endian conversion routines available for arch-specif...
Bharata B Rao
1
-1
/
+1
2014-04-25
qerror.h: Replace QERR_NOT_SUPPORTED with QERR_UNSUPPORTED
Cole Robinson
1
-1
/
+1
2014-04-25
monitor: Remove unused monitor_print_filename
Cole Robinson
2
-7
/
+0
2014-03-14
blockdev: Refuse to open encrypted image unless paused
Markus Armbruster
2
-0
/
+7
2014-03-13
main-loop: Suppress "I/O thread spun" warnings for qtest
Peter Maydell
2
-0
/
+15
2014-03-02
stubs: Optimize dependencies for gdbstub.c
Stefan Weil
1
-1
/
+3
2014-02-26
kvm: Introduce kvm_arch_irqchip_create
Christoffer Dall
2
-0
/
+8
2013-09-17
Merge remote-tracking branch 'kiszka/queues/slirp' into staging
Anthony Liguori
1
-5
/
+1
2013-09-17
slirp: set mainloop timeout with more precise value
Liu Ping Fan
1
-5
/
+1
2013-09-12
scsi: prefer UUID to VM name for the initiator name
Paolo Bonzini
2
-0
/
+13
2013-08-22
aio / timers: Rearrange timer.h & make legacy functions call non-legacy
Alex Bligh
1
-1
/
+1
2013-08-08
dump: rebase from host-private RAMBlock offsets to guest-physical addresses
Laszlo Ersek
1
-1
/
+2
2013-07-27
cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML
Andreas Färber
2
-0
/
+6
2013-07-15
cpus: Add return value for vm_stop()
Kevin Wolf
1
-1
/
+1
2013-06-28
cpu: Change qemu_init_vcpu() argument to CPUState
Andreas Färber
1
-0
/
+4
2013-06-28
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
1
-0
/
+1
2013-06-11
dump: Drop qmp_dump_guest_memory() stub and build for all targets
Andreas Färber
1
-8
/
+0
2013-06-10
dump: Move stubs into libqemustub.a
Andreas Färber
2
-0
/
+37
2013-05-01
cpu: Introduce cpu_resume(), for single CPU
Igor Mammedov
2
-0
/
+6
2013-03-12
stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLY
Andreas Färber
1
-0
/
+2
2013-03-01
hw: move device-hotplug.o to toplevel, compile it once
Paolo Bonzini
2
-0
/
+11
2013-02-21
slirp: switch to GPollFD
Stefan Hajnoczi
1
-4
/
+2
2013-01-12
stubs: fully replace qemu-tool.c and qemu-user.c
Paolo Bonzini
14
-2
/
+126
2013-01-08
libqemustub: sysbus_get_default() stub
Eduardo Habkost
2
-0
/
+7
2013-01-08
libqemustub: vmstate register/unregister stubs
Eduardo Habkost
2
-0
/
+18
2013-01-08
libqemustub: Add qemu_[un]register_reset() stubs
Eduardo Habkost
2
-0
/
+14
[next]