Sign in
qemu
/
qemu
/
fa988e39bfdb2401cf77f44d45cf46a425c52d03
fa988e3
qapi-schema: Collect transaction stuff in qapi/transaction.json
by Markus Armbruster
· 8 years ago
48685a8
qapi-schema: Collect migration stuff in qapi/migration.json
by Markus Armbruster
· 8 years ago
608cfed
qapi-schema: Collect UI stuff in qapi/ui.json
by Markus Armbruster
· 8 years ago
3c0bd37
qapi-schema: Collect net device stuff in qapi/net.json
by Markus Armbruster
· 8 years ago
dbeee39
qapi-schema: Collect char device stuff in qapi/char.json
by Markus Armbruster
· 8 years ago
0e201d3
qapi-schema: Collect run state stuff in qapi/run-state.json
by Markus Armbruster
· 8 years ago
a2ff5a4
qapi-schema: Collect sockets stuff in qapi/sockets.json
by Markus Armbruster
· 8 years ago
c7a4e0c
qapi-schema: Rocker doc section contains unrelated stuff, fix
by Markus Armbruster
· 8 years ago
a885cd3
qapi-schema: Introspection doc is in the wrong section, fix
by Markus Armbruster
· 8 years ago
211e506
qapi-schema: Document how generated documentation is ordered
by Markus Armbruster
· 8 years ago
cbb6540
qlit: Tighten QLit list vs QList comparison
by Marc-André Lureau
· 8 years ago
6da8a7a
qlit: Tighten QLit dict vs QDict comparison
by Marc-André Lureau
· 8 years ago
382176b
tests/check-qlit: New, covering qobject/qlit.c
by Marc-André Lureau
· 8 years ago
5f4bd80
qlit: Replace open-coded qnum_get_int() by call
by Marc-André Lureau
· 8 years ago
6c6084c
qlit: add QLIT_QNULL and QLIT_BOOL
by Marc-André Lureau
· 8 years ago
e2346a1
qlit: make qlit_equal_qobject() take const arguments
by Marc-André Lureau
· 8 years ago
d9eba57
qlit: make qlit_equal_qobject return a bool
by Marc-André Lureau
· 8 years ago
60cc2eb
qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject()
by Marc-André Lureau
· 8 years ago
d5cd8fb
qlit: Change compound literals to initializers
by Marc-André Lureau
· 8 years ago
082696e
qlit: use QLit prefix consistently
by Marc-André Lureau
· 8 years ago
28035bc
qlit: move qlit from check-qjson to qobject/
by Marc-André Lureau
· 8 years ago
0f9afc2
qdict: Add qdict_put_null() helper, and put it to use
by Marc-André Lureau
· 8 years ago
f90cb28
qobject: Explain how QNum works, and why
by Markus Armbruster
· 8 years ago
e4a426e
tests/qmp-test: Add generic, basic test of query commands
by Markus Armbruster
· 8 years ago
fda72ab
qapi: Fix error handling code on alternate conflict
by Eduardo Habkost
· 8 years ago
223cd0e
Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into staging
by Peter Maydell
· 8 years ago
1d2a8e0
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 8 years ago
2e75021
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-08-30' into staging
by Peter Maydell
· 8 years ago
1415e8e
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170830' into staging
by Peter Maydell
· 8 years ago
e4d67e4
eepro100: replace g_malloc()+memcpy() with g_memdup()
by Marc-André Lureau
· 8 years ago
38cc1db
test-iov: replace g_malloc()+memcpy() with g_memdup()
by Marc-André Lureau
· 8 years ago
ad2c199
i386: replace g_malloc()+memcpy() with g_memdup()
by Marc-André Lureau
· 8 years ago
18a1f0d
i386: introduce ELF_NOTE_SIZE macro
by Marc-André Lureau
· 8 years ago
6402cbb
decnumber: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
206a0fc
kvm: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
074d5af
i386/dump: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
f0704d7
ppc: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
0ef1efc
msix: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
54ac85e
usb-hub: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
fa14108
q35: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
f9406b8
piix: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
7b9a27c
virtio-serial: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
d1a0945
console: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
69db8df
monitor: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
e5f9903
virtio-gpu: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
2c23ce2
vga: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
935b333
ui: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
659c90e
vnc: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
78ee96d
vvfat: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
13f1493
vpc: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
21cf3e1
qcow2: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
6fb0022
dmg: use DIV_ROUND_UP
by Marc-André Lureau
· 8 years ago
668c2d1
pcspk: use QEMU_ALIGN_DOWN
by Marc-André Lureau
· 8 years ago
ec34748
i8254: use QEMU_ALIGN_DOWN
by Marc-André Lureau
· 8 years ago
33c5793
vhost: use QEMU_ALIGN_DOWN
by Marc-André Lureau
· 8 years ago
cf7a09c
vhdx: use QEMU_ALIGN_DOWN
by Marc-André Lureau
· 8 years ago
5a3804d
vnc: use QEMU_ALIGN_DOWN
by Marc-André Lureau
· 8 years ago
17fc7e9
i386: use ROUND_UP macro
by Marc-André Lureau
· 8 years ago
1201d30
slirp: fix clearing ifq_so from pending packets
by Samuel Thibault
· 8 years ago
29c8564
Open 2.11 development tree
by Peter Maydell
· 8 years ago
f35dff7
block/nbd-client: refactor request send/receive
by Vladimir Sementsov-Ogievskiy
· 8 years ago
07b1b99
block/nbd-client: rename nbd_recv_coroutines_enter_all
by Vladimir Sementsov-Ogievskiy
· 8 years ago
6faa077
block/nbd-client: get rid of ssize_t
by Vladimir Sementsov-Ogievskiy
· 8 years ago
490dc5e
nbd/client: fix nbd_send_request to return int
by Vladimir Sementsov-Ogievskiy
· 8 years ago
ba84564
nbd/client: refactor nbd_receive_reply
by Vladimir Sementsov-Ogievskiy
· 8 years ago
ab01df1
nbd/client: refactor nbd_read_eof
by Vladimir Sementsov-Ogievskiy
· 8 years ago
a0acf3a
nbd/client: fix nbd_opt_go
by Vladimir Sementsov-Ogievskiy
· 8 years ago
02d2d86
qemu-iotests: test NBD over UNIX domain sockets in 083
by Stefan Hajnoczi
· 8 years ago
6e592fc
qemu-iotests: improve nbd-fault-injector.py startup protocol
by Stefan Hajnoczi
· 8 years ago
3c2d518
nbd-client: avoid read_reply_co entry if send failed
by Stefan Hajnoczi
· 8 years ago
2c94e27
qemu-iotests: Extend non-shared storage migration test (194)
by Kashyap Chamarthy
· 8 years ago
3e4c705
qcow2: allocate cluster_cache/cluster_data on demand
by Stefan Hajnoczi
· 8 years ago
2f21b8d
s390x/pci: fixup trap_msix()
by Yi Min Zhao
· 8 years ago
9177266
pc-bios/s390-ccw.img: update image
by Cornelia Huck
· 8 years ago
3a1e456
s390-ccw: Fix alignment for CCW1
by Farhan Ali
· 8 years ago
3ea6d20
s390x/s390-stattrib: Mark the storage attribute as not user_creatable
by Thomas Huth
· 8 years ago
c862bdd
target/s390x: cleanup cpu.h
by David Hildenbrand
· 8 years ago
f16bbb9
s390x/kvm: move KVM declarations and stubs to separate files
by David Hildenbrand
· 8 years ago
5e7164c
s390x: avoid calling kvm_ functions outside of target/s390x/
by David Hildenbrand
· 8 years ago
b6089b0
target/s390x: move a couple of functions to cpu.c
by David Hildenbrand
· 8 years ago
4e58b83
target/s390x: introduce internal.h
by David Hildenbrand
· 8 years ago
d9b8daf
target/s390x: move get_per_in_range() to misc_helper.c
by David Hildenbrand
· 8 years ago
52c91545
target/s390x: move s390_do_cpu_reset() to diag.c
by David Hildenbrand
· 8 years ago
c07a100
target/s390x: move psw_key_valid() to mem_helper.c
by David Hildenbrand
· 8 years ago
12e1e8f
target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.c
by David Hildenbrand
· 8 years ago
c534055
target/s390x: move cc_name() to helper.c
by David Hildenbrand
· 8 years ago
1083a3f
target/s390x: move gtod_*() declarations to s390-virtio.h
by David Hildenbrand
· 8 years ago
e654ca8
s390x: drop inclusion of sysemu/kvm.h from some files
by David Hildenbrand
· 8 years ago
7d00bf9
s390x/cpumodel: factor out determination of default model name
by David Hildenbrand
· 8 years ago
fe7cb8e
target/s390x: no need to pass kvm_state to savevm_gtod handlers
by David Hildenbrand
· 8 years ago
c50f651
target/s390x: simplify gs_allowed()
by David Hildenbrand
· 8 years ago
ad4ad5f
target/s390x: simplify ri_allowed()
by David Hildenbrand
· 8 years ago
708f99c
s390x/kvm: drop KVMState parameter from kvm_s390_set_mem_limit()
by David Hildenbrand
· 8 years ago
fba5f6f
s390x/kvm: drop KVMState parameter from s390_get_memslot_count()
by David Hildenbrand
· 8 years ago
574ee06
s390x/s390-skeys: Mark the storage key devices with user_creatable = false
by Thomas Huth
· 8 years ago
1ecb285
s390x: refine pci dependencies
by Cornelia Huck
· 8 years ago
42f865d
s390x/pci: fence off instructions for non-pci
by Cornelia Huck
· 8 years ago
80b7a26
s390x/sclp: properly guard pci-specific functions
by Cornelia Huck
· 8 years ago
d32bd03
s390x/ccw: create s390 phb conditionally
by Cornelia Huck
· 8 years ago
21eb052
s390x/pci: do not advertise pci on non-pci builds
by Cornelia Huck
· 8 years ago
Next »