Sign in
qemu-android
/
qemu-android
/
5223070c47c6fc35ee000b2392ae76d9fab54f16
5223070
qapi script: do not allow string discriminator
by Wenchao Xia
· 11 years ago
59ca664
qapi: convert BlockdevOptions to use enum discriminator
by Wenchao Xia
· 11 years ago
bceae76
qapi script: support enum type as discriminator in union
by Wenchao Xia
· 11 years ago
b0b5819
qapi script: use same function to generate enum string
by Wenchao Xia
· 11 years ago
6299659
qapi script: code move for generate_enum_name()
by Wenchao Xia
· 11 years ago
b86b05e
qapi script: check correctness of union
by Wenchao Xia
· 11 years ago
515b943
qapi script: remember line number in schema parsing
by Wenchao Xia
· 11 years ago
4b35991
qapi script: add check for duplicated key
by Wenchao Xia
· 11 years ago
dad1fca
qapi script: remember explicitly defined enum values
by Wenchao Xia
· 11 years ago
c57ec32
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-5' into staging
by Peter Maydell
· 11 years ago
fe6c53b
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-1' into staging
by Peter Maydell
· 11 years ago
118760d
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 11 years ago
b304bf0
s390/kvm: Add Maintainers for s390/kvm
by Christian Borntraeger
· 11 years ago
3f15067
Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging
by Peter Maydell
· 11 years ago
0c126db
Merge remote-tracking branch 'remotes/mcayland/qemu-openbios' into staging
by Peter Maydell
· 11 years ago
dbb2a13
input: map INPUT_BUTTON_WHEEL_{UP,DOWN} to legacy input z axis moves.
by Gerd Hoffmann
· 11 years ago
c3aa84b
input: sdl: fix guest_cursor logic.
by Gerd Hoffmann
· 11 years ago
e9d818b
Merge remote-tracking branch 'remotes/rth/tcg-aarch-6-1' into staging
by Peter Maydell
· 11 years ago
cbc14e6
linux-user: set minimum kernel version to 2.6.32
by Riku Voipio
· 11 years ago
16513b1
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140308-1' into staging
by Peter Maydell
· 11 years ago
e22492d
ui/vnc: disable adaptive update calculations if not needed
by Peter Lieven
· 11 years ago
9193722
ui/vnc: optimize setting in vnc_dpy_update()
by Peter Lieven
· 11 years ago
863d7c9
ui/vnc: optimize clearing in find_and_clear_dirty_height()
by Peter Lieven
· 11 years ago
12b316d
ui/vnc: optimize dirty bitmap tracking
by Peter Lieven
· 11 years ago
6cd859a
ui/vnc: derive cmp_bytes from VNC_DIRTY_PIXELS_PER_BIT
by Peter Lieven
· 11 years ago
b4c85dd
ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro
by Peter Lieven
· 11 years ago
38ee14f
vnc: fix use-after-free in vnc_update_client_sync
by Gerd Hoffmann
· 11 years ago
e3c1adf
vnc: Fix qemu crashed when vnc client disconnect suddenly
by Gonglei (Arei)
· 11 years ago
2e7bcdb
vnc: Fix tight_detect_smooth_image() for lossless case
by Markus Armbruster
· 11 years ago
5264917
Update OpenBIOS images
by Mark Cave-Ayland
· 11 years ago
220c8ed
qemu: x86: ignore ioapic polarity
by Gabriel L. Somlo
· 11 years ago
f1b7e0e
pckbd: return 'keyboard enabled' on read input port command
by Hervé Poussineau
· 11 years ago
175f099
pam: partly fix write-only mode
by Hervé Poussineau
· 11 years ago
15d914b
acpi-test: issue errors instead of warnings when possible
by Marcel Apfelbaum
· 11 years ago
262f6f5
acpi-test: retain both asl and aml files on failure
by Marcel Apfelbaum
· 11 years ago
4a4fcdf
MAINTAINERS: drop an out of date address
by Michael S. Tsirkin
· 11 years ago
4900116
Add a 'name' parameter to qemu_thread_create
by Dr. David Alan Gilbert
· 11 years ago
8f480de
Add 'debug-threads' suboption to --name
by Dr. David Alan Gilbert
· 11 years ago
5d12f96
Rework --name to use QemuOpts
by Dr. David Alan Gilbert
· 11 years ago
6e1f0a5
PCIE: fix regression with coldplugged multifunction device
by Igor Mammedov
· 11 years ago
8e46bbf
memory_region_present: return false if address is not found in child MemoryRegion
by Igor Mammedov
· 11 years ago
ddfa83e
virtio-net: remove function calls from assert
by Joel Stanley
· 11 years ago
6cb46e1
acpi-test-data: update expected files
by Michael S. Tsirkin
· 11 years ago
8dcf525
acpi-build: append description for non-hotplug
by Michael S. Tsirkin
· 11 years ago
f8e2484
tcg-aarch64: Remove nop from qemu_st slow path
by Richard Henderson
· 11 years ago
523fdc0
tcg-aarch64: Simplify tcg_out_ldst_9 encoding
by Richard Henderson
· 11 years ago
017a86f
tcg-aarch64: Use intptr_t apropriately
by Richard Henderson
· 11 years ago
2e796c7
tcg-aarch64: Remove the shift_imm parameter from tcg_out_cmp
by Richard Henderson
· 12 years ago
8d8db19
tcg-aarch64: Hoist common argument loads in tcg_out_op
by Richard Henderson
· 12 years ago
a51a6b6
tcg-aarch64: Don't handle mov/movi in tcg_out_op
by Richard Henderson
· 12 years ago
f029341
tcg-aarch64: Set ext based on TCG_OPF_64BIT
by Richard Henderson
· 12 years ago
7763ffa
tcg-aarch64: Change all ext variables to TCGType
by Richard Henderson
· 12 years ago
3353d0d
tcg-aarch64: Remove redundant CPU_TLB_ENTRY_BITS check
by Richard Henderson
· 12 years ago
82295d8
tcg-aarch64: Enable builtin disassembler
by Richard Henderson
· 11 years ago
464400f
migration: extend section_start/end traces
by Alexey Kardashevskiy
· 11 years ago
4fed942
vl: add system_wakeup_request tracepoint
by Alexey Kardashevskiy
· 11 years ago
ac4df4e
qemu_file: Fix mismerge of "use fwrite() correctly"
by Markus Armbruster
· 11 years ago
fd8cec9
XBZRLE: Fix qemu crash when resize the xbzrle cache
by Gonglei
· 11 years ago
f53f3d0
Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into staging
by Peter Maydell
· 11 years ago
d7c698a
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 11 years ago
6570025
build: Fix installation of target-dependent files
by Lluís Vilanova
· 11 years ago
80aaa07
xenfb: Fix graphic_console_init() build failure
by Andreas Färber
· 11 years ago
6fc0303
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-4' into staging
by Peter Maydell
· 11 years ago
bb2b045
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging
by Peter Maydell
· 11 years ago
c3f8d28
Merge remote-tracking branch 'remotes/cohuck/tags/virtio-ccw-20140305' into staging
by Peter Maydell
· 11 years ago
4089f7c
block: qemu-iotests 085 - live snapshots tests
by Jeff Cody
· 11 years ago
2c02f88
hw/ide/ahci.h: Avoid shifting left into sign bit
by Peter Maydell
· 11 years ago
4c288ac
configure: Always build with -fno-common
by Peter Maydell
· 11 years ago
9c83ffd
configure: Make C++ test work with --enable-werror
by Peter Maydell
· 11 years ago
eb909c7
block: Fix error path segfault in bdrv_open()
by Kevin Wolf
· 11 years ago
c75203c
qemu-iotests: Test a few blockdev-add error cases
by Kevin Wolf
· 11 years ago
c6e0bd9
blockdev: Fix NULL pointer dereference in blockdev-add
by Kevin Wolf
· 11 years ago
8ae8e90
blockdev: Fail blockdev-add with encrypted images
by Kevin Wolf
· 11 years ago
d5546c5
block/raw-win32: Strip "file:" prefix on creation
by Max Reitz
· 11 years ago
7dc74db
block/raw-win32: Implement bdrv_parse_filename()
by Max Reitz
· 11 years ago
464d9f6
block/raw-posix: Strip "file:" prefix on creation
by Max Reitz
· 11 years ago
078896a
block/raw-posix: Implement bdrv_parse_filename()
by Max Reitz
· 11 years ago
cd5d031
block: Keep "filename" option after parsing
by Max Reitz
· 11 years ago
50c7513
block: mirror - remove code cruft that has no function
by Jeff Cody
· 11 years ago
90ce8a0
block: make bdrv_swap rebuild the bs graph node list field.
by Benoît Canet
· 11 years ago
47ea2de
block: Fix bs->request_alignment assertion for bs->sg=1
by Kevin Wolf
· 11 years ago
f47c3f5
iscsi: Use bs->sg for everything else than disks
by Kevin Wolf
· 11 years ago
2fa4c04
qemu-iotests: Test progress output for conversion
by Kevin Wolf
· 11 years ago
64bb01a
qemu-img convert: Fix progress output
by Kevin Wolf
· 11 years ago
b1f7d84
gluster: Remove unused defines and header include
by Bharata B Rao
· 11 years ago
85c09bc
gluster: Change licence to GPLv2+
by Bharata B Rao
· 11 years ago
47c0374
ui/sdl2 : initial port to SDL 2.0 (v2.0)
by Dave Airlie
· 11 years ago
6f90f3d
console: add QemuUIInfo
by Gerd Hoffmann
· 11 years ago
5643706
console: add head to index to qemu consoles.
by Gerd Hoffmann
· 11 years ago
5c07d00
input: remove index_from_keycode (no users)
by Gerd Hoffmann
· 11 years ago
70b52f6
input: move do_mouse_set to new core
by Gerd Hoffmann
· 11 years ago
e842c68
input: move qmp_query_mice to new core
by Gerd Hoffmann
· 11 years ago
a8dfb1c
input: add input_mouse_mode tracepoint
by Gerd Hoffmann
· 11 years ago
4a33f45
input: move mouse mode notifier to new core
by Gerd Hoffmann
· 11 years ago
4798648
input-legacy: remove kbd_mouse_event
by Gerd Hoffmann
· 11 years ago
2d0755d
input-legacy: remove kbd_mouse_is_absolute
by Gerd Hoffmann
· 11 years ago
16b0ecd
input-legacy: remove kbd_mouse_has_absolute
by Gerd Hoffmann
· 11 years ago
faecd95
input-legacy: remove kbd_put_keycode
by Gerd Hoffmann
· 11 years ago
c43ce55
input: trace events
by Gerd Hoffmann
· 11 years ago
21bae11
input: mouse: switch cocoa ui to new core
by Gerd Hoffmann
· 11 years ago
Next »