Sign in
qemu-android
/
qemu-android
/
a1dbc05a6f73e63ccfdd538c1825d44aa6347d8f
a1dbc05
ui/cocoa.m: eliminate normalWindow warning
by John Arbuckle
· 9 years ago
c49d341
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-10-12' into staging
by Peter Maydell
· 9 years ago
18bdbc3
qapi: Simplify gen_visit_fields() error handling
by Eric Blake
· 10 years ago
82ca8e4
qapi: Share gen_visit_fields()
by Eric Blake
· 10 years ago
1f35334
qapi: Share gen_err_check()
by Eric Blake
· 10 years ago
05372f7
qapi: Consistent generated code: minimize push_indent() usage
by Eric Blake
· 10 years ago
e36c714
qapi: Consistent generated code: prefer common indentation
by Eric Blake
· 10 years ago
f782399
qapi: Consistent generated code: prefer common labels
by Eric Blake
· 10 years ago
f8b7f1a
qapi: Consistent generated code: prefer visitor 'v'
by Eric Blake
· 10 years ago
2a0f50e
qapi: Consistent generated code: prefer error 'err'
by Eric Blake
· 10 years ago
376863e
qapi: Reuse code for flat union base validation
by Eric Blake
· 10 years ago
9c51b44
qapi: Test use of 'number' within alternates
by Eric Blake
· 10 years ago
8d25dd1
qapi: Add tests for empty unions
by Eric Blake
· 10 years ago
7b2a5c2
qapi: Avoid assertion failure on union 'type' collision
by Eric Blake
· 10 years ago
d220fbc
qapi: Test for various name collisions
by Eric Blake
· 10 years ago
437db25
qapi: Clean up qapi.py per pep8
by Eric Blake
· 10 years ago
59b0054
qapi: Invoke exception superclass initializer
by Eric Blake
· 10 years ago
7408fb6
qapi: Improve 'include' error message
by Eric Blake
· 10 years ago
1ffe818
qapi: Sort qapi-schema tests
by Eric Blake
· 10 years ago
ac4abb9
MAINTAINERS: Specify QAPI include and test files
by Markus Armbruster
· 10 years ago
7735d2b
MAINTAINERS: Specify QObject include and test files
by Markus Armbruster
· 10 years ago
9b89b6a
docs: Move files from docs/qmp/ to docs/
by Markus Armbruster
· 10 years ago
5451316
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 9 years ago
0bf224d
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
by Peter Maydell
· 9 years ago
9201bb9
sdhci.c: Limit the maximum block size
by Alistair Francis
· 10 years ago
c84b319
block: switch from g_slice allocator to malloc
by Paolo Bonzini
· 10 years ago
a9718ef
virtio dataplane: adapt dataplane for virtio Version 1
by Pierre Morel
· 10 years ago
7684922
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-10-09' into staging
by Peter Maydell
· 9 years ago
fc73548
virtio-blk: use blk_io_plug/unplug for Linux AIO batching
by Stefan Hajnoczi
· 10 years ago
5ec911c
sdhci: Pass drive parameter to sdhci-pci via qdev property
by Kevin O'Connor
· 10 years ago
89b1273
tests: add test cases for netfilter object
by Yang Hongyang
· 10 years ago
7dbb11c
netfilter: add a netbuffer filter
by Yang Hongyang
· 10 years ago
b68c7f7
net/queue: export qemu_net_queue_append_iov
by Yang Hongyang
· 10 years ago
a4960f5
netfilter: print filter info associate with the netdev
by Yang Hongyang
· 10 years ago
7ef7bc8
netfilter: add an API to pass the packet to next filter
by Yang Hongyang
· 10 years ago
3e033a4
net/queue: introduce NetQueueDeliverFunc
by Yang Hongyang
· 10 years ago
fefe2a7
net: merge qemu_deliver_packet and qemu_deliver_packet_iov
by Yang Hongyang
· 10 years ago
e64c770
netfilter: hook packets before net queue send
by Yang Hongyang
· 10 years ago
fdccce4
init/cleanup of netfilter object
by Yang Hongyang
· 10 years ago
9abce56
vl.c: init delayed object after net_init_clients
by Yang Hongyang
· 10 years ago
d62241e
vmxnet3: Add support for VMXNET3_CMD_GET_ADAPTIVE_RING_INFO command
by Shmulik Ladkani
· 10 years ago
8304402
e1000: use alias for default model
by Jason Wang
· 10 years ago
c6048f8
vmxnet3: Support reading IMR registers on bar0
by Shmulik Ladkani
· 10 years ago
a7278b3
net/vmxnet3: Refine l2 header validation
by Dana Rubin
· 10 years ago
c9003eb
Merge remote-tracking branch 'remotes/kraxel/tags/pull-virgl-20151008-1' into staging
by Peter Maydell
· 9 years ago
33fe968
Revert "qdev: Use qdev_get_device_class() for -device <type>,help"
by Markus Armbruster
· 10 years ago
4c315c2
qdev: Protect device-list-properties against broken devices
by Markus Armbruster
· 10 years ago
edb1523
qmp: Fix device-list-properties not to crash for abstract device
by Markus Armbruster
· 10 years ago
2d1abb8
device-introspect-test: New, covering device introspection
by Markus Armbruster
· 10 years ago
5fb48d9
libqtest: New hmp() & friends
by Markus Armbruster
· 10 years ago
82b15c7
libqtest: Clean up unused QTestState member sigact_old
by Markus Armbruster
· 10 years ago
e253c28
tests: Fix how qom-test is run
by Markus Armbruster
· 10 years ago
c710440
macio: move DBDMA_init from instance_init to realize
by Paolo Bonzini
· 10 years ago
81e0ab4
hw: do not pass NULL to memory_region_init from instance_init
by Paolo Bonzini
· 10 years ago
2e2b8eb
memory: allow destroying a non-empty MemoryRegion
by Paolo Bonzini
· 10 years ago
c6047e9
virtio-input: Fix device introspection on non-Linux hosts
by Markus Armbruster
· 9 years ago
ac98fa8
update-linux-headers: Rename SW_MAX to SW_MAX_
by Markus Armbruster
· 9 years ago
b37686f
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 9 years ago
8be6e62
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-10-08' into staging
by Peter Maydell
· 9 years ago
98cf48f
trace: remove malloc tracing
by Paolo Bonzini
· 10 years ago
2e4ccbb
docs: update the usage example of "dtrace" backend in tracing.txt
by Lin Ma
· 10 years ago
deb847b
tests: Unique test path for /string-visitor/output
by Dr. David Alan Gilbert
· 10 years ago
d1c002b
linux-user: Remove type casts to union type
by Stefan Weil
· 10 years ago
c78d65e
linux-user: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 10 years ago
778358d
rocker: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 10 years ago
cb157af
.travis.yml: Run make check for all targets, not just some
by David Gibson
· 10 years ago
65cb2a1
hw: char: Remove unnecessary variable
by Shraddha Barke
· 10 years ago
bf5f78e
hw: timer: Remove unnecessary variable
by Shraddha Barke
· 10 years ago
f169f8f
qapi: add missing @
by Marc-André Lureau
· 10 years ago
885bdc9
MAINTAINERS: Add NSIS file for W32, W64 hosts
by Stefan Weil
· 10 years ago
f9b8e7f
target-ppc: Remove unnecessary variable
by Shraddha Barke
· 10 years ago
738c8b0
target-microblaze: Remove unnecessary variable
by Shraddha Barke
· 10 years ago
4a7428c
s/cpu_get_real_ticks/cpu_get_host_ticks/
by Christopher Covington
· 10 years ago
ec5fd40
pc: check for underflow in load_linux
by Paolo Bonzini
· 10 years ago
16033ba
pci-assign: do not include sys/io.h
by Paolo Bonzini
· 10 years ago
eab2ac9
block/ssh: remove dead code
by Paolo Bonzini
· 10 years ago
dc14422
imx_serial: Generate interrupt on tx empty if enabled
by Guenter Roeck
· 10 years ago
7af0fc9
sdhci: Change debug prints to compile unconditionally
by Sai Pavan Boddu
· 10 years ago
be9c5dd
sdhci: use PRIx64 for uint64_t type
by Sai Pavan Boddu
· 10 years ago
91288a5
Add .dir-locals.el file to configure emacs coding style
by Daniel P. Berrange
· 10 years ago
1d27b91
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20151007.0' into staging
by Peter Maydell
· 9 years ago
31c9bd1
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20151007' into staging
by Peter Maydell
· 9 years ago
ca4e4b8
Merge remote-tracking branch 'remotes/rth/tags/pull-tile-20151007' into staging
by Peter Maydell
· 9 years ago
fb6345f
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging
by Peter Maydell
· 9 years ago
925a040
gtk/opengl: add opengl context and scanout support (GtkGLArea)
by Gerd Hoffmann
· 10 years ago
4782aeb
gtk/opengl: add opengl context and scanout support (egl)
by Gerd Hoffmann
· 10 years ago
6c18744
opengl: add egl-context.[ch] helpers
by Gerd Hoffmann
· 10 years ago
e9c1b45
virtio-gpu: add cursor update tracepoint
by Gerd Hoffmann
· 10 years ago
9d9e152
virtio-gpu: add 3d mode and virgl rendering support.
by Gerd Hoffmann
· 11 years ago
bc79e96
virtio-gpu: update headers for virgl/3d
by Gerd Hoffmann
· 10 years ago
2e25214
virtio-gpu: change licence from GPLv2 to GPLv2+
by Gerd Hoffmann
· 10 years ago
7f3be0f
virtio-gpu: move iov free to virtio_gpu_cleanup_mapping_iov
by Gerd Hoffmann
· 10 years ago
06020b9
ui/console: add opengl context and scanout support interfaces.
by Gerd Hoffmann
· 11 years ago
136a8d9
sdl2: stop flickering
by Gerd Hoffmann
· 10 years ago
c046d82
shaders: initialize vertexes once
by Gerd Hoffmann
· 10 years ago
126d89e
tcg: Adjust CODE_GEN_AVG_BLOCK_SIZE
by Richard Henderson
· 10 years ago
b125f9d
tcg: Check for overflow via highwater mark
by Richard Henderson
· 10 years ago
f293709
tcg: Allocate a guard page after code_gen_buffer
by Richard Henderson
· 10 years ago
8163b74
tcg: Emit prologue to the beginning of code_gen_buffer
by Richard Henderson
· 10 years ago
04fe640
tcg: Remove tcg_gen_code_search_pc
by Richard Henderson
· 10 years ago
Next »