Sign in
qemu-android
/
qemu-android
/
d4446eae630a363403ec73182cf371deeed4e172
d4446ea
block: Remove bdrv_new() from bdrv_file_open()
by Max Reitz
· 11 years ago
5d12aa6
block: Reuse reference handling from bdrv_open()
by Max Reitz
· 11 years ago
2e40134
block: Make bdrv_file_open() static
by Max Reitz
· 11 years ago
ddf5636
block: Add reference parameter to bdrv_open()
by Max Reitz
· 11 years ago
f67503e
block: Change BDS parameter of bdrv_open() to **
by Max Reitz
· 11 years ago
e6dc8a1
block: Fix bdrv_is_first_non_filter()
by Kevin Wolf
· 11 years ago
a71835a
qcow2: Set zero flag for discarded clusters
by Kevin Wolf
· 11 years ago
3e890c7
Merge remote-tracking branch 'remotes/stefanha/tags/qtest-monitor-process-pull-request' into staging
by Peter Maydell
· 11 years ago
7a87a7b
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 11 years ago
e607784
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 11 years ago
9bd9d5e
Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging
by Peter Maydell
· 11 years ago
774d566
tcg/i386: Fix build for systems without working cpuid.h (MacOSX, Win32)
by Peter Maydell
· 11 years ago
2ca92bb
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into staging
by Peter Maydell
· 11 years ago
3d2bb5c
Merge remote-tracking branch 'remotes/rth/tcg-next' into staging
by Peter Maydell
· 11 years ago
61e8a92
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging
by Peter Maydell
· 11 years ago
4c0c9bb
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 11 years ago
6d093a4
target-i386: Fix I/O bitmap checks for in/out
by Kevin Wolf
· 11 years ago
b15d422
qtest: kill QEMU process on g_assert() failure
by Stefan Hajnoczi
· 11 years ago
cef60c9
qtest: make QEMU our direct child process
by Stefan Hajnoczi
· 11 years ago
98f9e35
qtest: drop unused child_pid field
by Stefan Hajnoczi
· 11 years ago
69d4c70
linux-user: Fix error handling in target_to_host_semarray()
by Peter Maydell
· 11 years ago
fff8c53
linux-user: Implement BLKPG ioctl
by Andreas Färber
· 11 years ago
94783de
trace-events: Fix typo in "offset"
by Kevin Wolf
· 11 years ago
5d59fd9
Add ust generated files to .gitignore
by Mohamad Gebai
· 11 years ago
ef3ef4a
Update documentation for LTTng ust tracing
by Mohamad Gebai
· 11 years ago
e6bf23f
Adapt Makefiles to the new LTTng ust interface
by Mohamad Gebai
· 11 years ago
9530570
Modified the tracetool framework for LTTng 2.x
by Mohamad Gebai
· 11 years ago
bf15f63
Fix configure script for LTTng 2.x
by Mohamad Gebai
· 11 years ago
501bb4b
linux-user: Fix error handling in lock_iovec()
by Peter Maydell
· 11 years ago
3a5d30b
linux-user/signal.c: Don't pass sigaction uninitialised sa_flags
by Peter Maydell
· 11 years ago
6afafa8
linux-user/elfload.c: Avoid calling g_free() on uninitialized data
by Peter Maydell
· 11 years ago
4fc4732
linux-user: sync syscall numbers upto 3.13
by Riku Voipio
· 11 years ago
d6bb65f
xhci: use DPRINTF() instead of fprintf(stderr, ...)
by Gerd Hoffmann
· 11 years ago
4f9cc73
xhci: switch debug printf to tracepoint
by Gerd Hoffmann
· 11 years ago
cc03ff9
xhci iso: allow for some latency
by Gerd Hoffmann
· 11 years ago
786ad21
xhci iso: fix time calculation
by Gerd Hoffmann
· 11 years ago
c348e48
uhci: invalidate queue on device address changes
by Gerd Hoffmann
· 11 years ago
f6969b9
xhci: fix overflow in usb_xhci_post_load
by Gerd Hoffmann
· 11 years ago
bd93976
usb: Remove magic constants from device bmAttributes
by Pantelis Koukousoulas
· 11 years ago
91f32b0
qtest: Include system headers before user headers
by Stefan Hajnoczi
· 11 years ago
1094fd3
monitor: Add object_add class argument completion.
by Hani Benhabiles
· 11 years ago
b48fa07
monitor: Add object_del id argument completion.
by Hani Benhabiles
· 11 years ago
992d3e6
monitor: Add device_add device argument completion.
by Hani Benhabiles
· 11 years ago
fca72d9
monitor: Add device_del id argument completion.
by Hani Benhabiles
· 11 years ago
77d1c3c
qmp: expose list of supported character device backends
by Martin Kletzander
· 11 years ago
84d18f0
Use error_is_set() only when necessary
by Markus Armbruster
· 11 years ago
ff9ec34
QMP: allow JSON dict arguments in qmp-shell
by Stefan Hajnoczi
· 11 years ago
dde3a21
hmp: migrate command (without -d) now blocks correctly
by Soramichi AKIYAMA
· 11 years ago
6399ab3
tcg/i386: Use SHLX/SHRX/SARX instructions
by Richard Henderson
· 11 years ago
9d2eec2
tcg/i386: Use ANDN instruction
by Richard Henderson
· 11 years ago
ecc7e84
tcg/i386: Add tcg_out_vex_modrm
by Richard Henderson
· 11 years ago
a1b29c9
tcg/i386: Move TCG_CT_CONST_* to tcg-target.c
by Richard Henderson
· 11 years ago
189f792
disas/i386: Disassemble ANDN/SHLX/SHRX/SHAX
by Richard Henderson
· 11 years ago
464a144
tcg/optimize: Add more identity simplifications
by Richard Henderson
· 11 years ago
e64e958
tcg/optimize: Optmize ANDC X,Y,Y to MOV X,0
by Richard Henderson
· 11 years ago
e201b56
tcg/optimize: Simply some logical ops to NOT
by Richard Henderson
· 11 years ago
23ec69e
tcg/optimize: Handle known-zeros masks for ANDC
by Richard Henderson
· 11 years ago
c8d7027
tcg/optimize: add known-zero bits compute for load ops
by Aurelien Jarno
· 12 years ago
f096dc9
tcg/optimize: improve known-zero bits for 32-bit ops
by Aurelien Jarno
· 12 years ago
3031244
tcg/optimize: fix known-zero bits optimization
by Aurelien Jarno
· 12 years ago
e46b225
tcg/optimize: fix known-zero bits for right shift ops
by Aurelien Jarno
· 12 years ago
7a3a009
tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1].
by Huw Davies
· 11 years ago
46eef33
Fix QEMU build on OpenBSD on x86 archs
by Brad
· 11 years ago
f6aa2f7
TCG: Fix 32-bit host allocation typo
by Richard Henderson
· 11 years ago
0dbcf95
libvixl: fix 64bit constants usage
by Michael Tokarev
· 11 years ago
078a1c3
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-02-15' into staging
by Peter Maydell
· 11 years ago
44e3a39
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 11 years ago
90ce3d7
Merge remote-tracking branch 'remotes/jliu/or32-ld-st' into staging
by Peter Maydell
· 11 years ago
a50f98b
Merge remote-tracking branch 'remotes/jovanovic/mips-ufrp' into staging
by Peter Maydell
· 11 years ago
88c1ee7
char/serial: Fix emptyness check
by Peter Crosthwaite
· 11 years ago
5556332
gitignore: anchor all ignored names
by Michael Tokarev
· 11 years ago
b33276a
vl: trim includes
by Michael Tokarev
· 11 years ago
24c84e6
vl: remove old, long-unused defines
by Michael Tokarev
· 11 years ago
2624717
net: declare struct iovec in checksum.h to fix compiler warning
by Michael Tokarev
· 11 years ago
62dc90c
linux-user: refactor do_socketcall()
by Michael Tokarev
· 11 years ago
21684af
configure: add hints to a remedy for feature_not_found errors
by Stewart Smith
· 11 years ago
3f28182
configure: add hint of libfdt to DTC dependency not found message
by Stewart Smith
· 11 years ago
c1570e2
sparc/leon3: Initialize stack pointer
by Sebastian Huber
· 11 years ago
a63e5e0
misc: Fix case Qemu -> QEMU
by Stefan Weil
· 11 years ago
e41b509
qapi: Refine human printing of sizes
by Paolo Bonzini
· 11 years ago
85ca120
qdev: Use QAPI type names for properties
by Paolo Bonzini
· 11 years ago
104059d
qdev: Add enum property types to QAPI schema
by Paolo Bonzini
· 11 years ago
f31c41f
block: Handle "rechs" and "large" translation options
by Paolo Bonzini
· 11 years ago
c7bcc85
qdev: Remove hex8/32/64 property types
by Paolo Bonzini
· 11 years ago
515f234
qdev: Remove most legacy printers
by Paolo Bonzini
· 11 years ago
dae3bda
qdev: Use human mode in "info qtree"
by Paolo Bonzini
· 11 years ago
0b7593e
qapi: Add human mode to StringOutputVisitor
by Paolo Bonzini
· 11 years ago
98a6528
qdev: Inline qdev_prop_parse()
by Paolo Bonzini
· 11 years ago
7ce7ffe
qdev: Legacy properties are just strings
by Paolo Bonzini
· 11 years ago
03ff777
qdev: Legacy properties are now read-only
by Paolo Bonzini
· 11 years ago
9e4d962
qdev: Remove legacy parsers for hex8/32/64
by Paolo Bonzini
· 11 years ago
7d92686
qdev: Sizes are now parsed by StringInputVisitor
by Paolo Bonzini
· 11 years ago
a5829cc
qapi: Add size parser to StringInputVisitor
by Paolo Bonzini
· 11 years ago
23802b4
qtest: Don't segfault with invalid -qtest option
by Fam Zheng
· 11 years ago
1f9c4cf
ipack: Move IndustryPack out of hw/char/
by Andreas Färber
· 12 years ago
08c9cac
ipoctal232: QOM parent field cleanup
by Andreas Färber
· 12 years ago
227d327
ipack: QOM parent field cleanup for IPackDevice
by Andreas Färber
· 12 years ago
a21ac34
ipack: QOM parent field cleanup for IPackBus
by Andreas Färber
· 12 years ago
5c57090
ipack: Convert to QOM realize
by Andreas Färber
· 12 years ago
3714682
tests: Add ipoctal232 qtest
by Andreas Färber
· 11 years ago
Next »