Sign in
qemu-android
/
qemu-android
/
620150dc9c1827cdddfa64a0fada7af5f7ee405b
620150d
Try to fix BSD breakage by 806b60248218bd5f74a8b070f5a99a864e8e51c6
by Blue Swirl
· 16 years ago
15cc923
Include sys-queue.h early to override system queue definitions on BSD
by Blue Swirl
· 16 years ago
47faadc
Unbreak BSD: use qemu_fdatasync instead of fdatasync
by Blue Swirl
· 16 years ago
b2e3b6e
Use proper format conversion specifier when printing size_t value
by malc
· 16 years ago
057fa65
audio: remove lsbindex/popcount in favour of host-utils's ctz32
by malc
· 16 years ago
8b438ba
alsa: poll mode handling
by malc
· 16 years ago
dd8a564
oss: poll mode handling
by malc
· 16 years ago
713a98f
audio: poll mode infrastructure
by malc
· 16 years ago
435c247
gus: Do not manually free the state, qdev does it for us
by malc
· 16 years ago
2182349
oss: Unbreak mmaping the ability to mmap oss fd on Linux
by malc
· 16 years ago
2637c75
kvm_arch_get_registers() shouldn't be called directly
by Gleb Natapov
· 16 years ago
7e72abc
vmstate: port cirrus_vga device
by Juan Quintela
· 16 years ago
747791f
vmstate: port serial device
by Juan Quintela
· 16 years ago
e6cb4d4
vmstate: port hpet device
by Juan Quintela
· 16 years ago
67f0875
hpet: it is imposible that qemu_timer field is NULL at this point
by Juan Quintela
· 16 years ago
3e9e988
vmstate: port ioapic device
by Juan Quintela
· 16 years ago
80a04bb
vmstate: add uint64 array support
by Juan Quintela
· 16 years ago
3c619b5
vmstate: port pckbd device
by Juan Quintela
· 16 years ago
bcb58d9
vmstate: port vmmouse device
by Juan Quintela
· 16 years ago
7b5045c
vmstate: port dma device
by Juan Quintela
· 16 years ago
632cf07
vmstate: add support for arrays of uint16_t
by Juan Quintela
· 16 years ago
d7a6c27
vmstate: port fdc device
by Juan Quintela
· 16 years ago
80cd83e
vmstate: add support for uint8_t equal
by Juan Quintela
· 16 years ago
77eea83
vmstate: port i8259 device
by Juan Quintela
· 16 years ago
7d2edd4
vmstate: port fw_cfg device
by Juan Quintela
· 16 years ago
e7f4eff
vmstate: port cpu_comon
by Juan Quintela
· 16 years ago
8fb0791
vmstate: Add pre/post_save() hooks
by Juan Quintela
· 16 years ago
fd4d52d
vmstate: Add pre_load() hook
by Juan Quintela
· 16 years ago
752ff2f
vmstate: rename run_after_load() -> post_load()
by Juan Quintela
· 16 years ago
1eb7538
vmstate: add sensible arguments to vmstate_unregister()
by Juan Quintela
· 16 years ago
274dfed
Make get_ticks_per_sec() a static inline
by Anthony Liguori
· 16 years ago
2faf58c
timers: move them to VMState
by Juan Quintela
· 16 years ago
6f68e33
timers: Createt TimersState and put all timers state there
by Juan Quintela
· 16 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 16 years ago
b03b2e4
timers: remove useless check
by Juan Quintela
· 16 years ago
bbfe140
Remove SaveVM v2 support
by Juan Quintela
· 16 years ago
94fb090
ram: Remove SaveVM Version 2 support
by Juan Quintela
· 16 years ago
1a621c8
ram: remove support for loading v1
by Juan Quintela
· 16 years ago
799f1f2
move mux focus field from CharDriverState to MuxDriver
by Gerd Hoffmann
· 16 years ago
a7aec5d
monitor: fix muxing
by Gerd Hoffmann
· 16 years ago
0611371
qdev: add parser for chardev properties
by Gerd Hoffmann
· 16 years ago
c845f40
Allow -serial chardev:<name>
by Gerd Hoffmann
· 16 years ago
7e1b35b
convert udp chardev to QemuOpts.
by Gerd Hoffmann
· 16 years ago
7591c5c
convert mux chardev to QemuOpts.
by Gerd Hoffmann
· 16 years ago
6ea314d
convert vc chardev to QemuOpts.
by Gerd Hoffmann
· 16 years ago
48b7649
convert tty + parport chardevs to QemuOpts.
by Gerd Hoffmann
· 16 years ago
d6c983c
convert windows console chardev to QemuOpts.
by Gerd Hoffmann
· 16 years ago
dc1c21e
convert braille chardev to QemuOpts.
by Gerd Hoffmann
· 16 years ago
f0457e8
convert msmouse chardev to QemuOpts.
by Gerd Hoffmann
· 16 years ago
3c17aff
convert stdio chardev to QemuOpts.
by Gerd Hoffmann
· 16 years ago
4490dad
convert pty chardev to QemuOpts.
by Gerd Hoffmann
· 16 years ago
aeb2c47
convert unix+tcp chardevs to QemuOpts.
by Gerd Hoffmann
· 16 years ago
e5bc776
sockets: add inet_listen_opts
by Gerd Hoffmann
· 16 years ago
f4c94c7
sockets: add inet_connect_opts
by Gerd Hoffmann
· 16 years ago
108af7b
sockets: add unix_*_opts for windows.
by Gerd Hoffmann
· 16 years ago
62b6adf
sockets: add unix_listen_opts
by Gerd Hoffmann
· 16 years ago
2af2bf6
sockets: add unix_connect_opts
by Gerd Hoffmann
· 16 years ago
7d31544
convert file+pipe chardevs to QemuOpts.
by Gerd Hoffmann
· 16 years ago
191bc01
switch chardev to QemuOpts: infrastructure, null device
by Gerd Hoffmann
· 16 years ago
9d868d4
qemu-option.h include protectors
by Gerd Hoffmann
· 16 years ago
96729cb
QemuOpts: split option parser into two functions.
by Gerd Hoffmann
· 16 years ago
d03f09c
qdev: Fix i6300 upcast
by Markus Armbruster
· 16 years ago
ed757e1
VirtIO: Fix QEMU crash during Windows PNP tests
by Yan Vugenfirer
· 16 years ago
aa659be
virtio-blk: add volatile writecache feature
by Christoph Hellwig
· 16 years ago
b0484ae
ide: use bdrv_aio_flush
by Christoph Hellwig
· 16 years ago
b2e12bc
block: add aio_flush operation
by Christoph Hellwig
· 16 years ago
6f1953c
block: use fdatasync instead of fsync if possible
by Christoph Hellwig
· 16 years ago
e900a7b
block: add enable_write_cache flag
by Christoph Hellwig
· 16 years ago
b8193ad
qemu: init all queues to NO_VECTOR value
by Michael S. Tsirkin
· 16 years ago
711bf3d
qemu: make virtio-blk PCI compliant by default
by Michael S. Tsirkin
· 16 years ago
c4c0e23
usb-linux.c: fix buffer overflow
by Jim Paris
· 16 years ago
aeec26d
Fix conditional compilation (MIPS host)
by Stefan Weil
· 16 years ago
91553dc
virtio-blk: Use bdrv_aio_multiwrite
by Kevin Wolf
· 16 years ago
40b4f53
Add bdrv_aio_multiwrite
by Kevin Wolf
· 16 years ago
1c3173b
Revert "don't call cpu_sychronize_state from reset handlers"
by Anthony Liguori
· 16 years ago
02b3359
microblaze: Trap if QEMU finds an unknown insns.
by Edgar E. Iglesias
· 16 years ago
a12f650
microblaze: Correct prio between MMU and unaligned exceptions.
by Edgar E. Iglesias
· 16 years ago
97f90cb
microblaze: HW Exception fixes.
by Edgar E. Iglesias
· 16 years ago
487a4d6
Update OpenBIOS images to r577
by Aurelien Jarno
· 16 years ago
abb6ae2
X86_64: Use proper jumps/calls when displacement exceeds +-2G
by malc
· 16 years ago
3c854e4
Remove bit-rotten threshold handling
by malc
· 16 years ago
fbd5de9
F_DUPFD_CLOEXEC is not universally available
by malc
· 16 years ago
720036a
Add information w.r.t default GUS IRQ assigment
by malc
· 16 years ago
3122616
Fix formatting
by malc
· 16 years ago
a5e8e46
Fix formatting, get rid of conf and fix description
by malc
· 16 years ago
41875be
Fix formatting and and description field
by malc
· 16 years ago
32e0c82
qdev/isa: convert real time clock
by Gerd Hoffmann
· 16 years ago
11d23c3
qdev/isa: finish pckbd conversion
by Gerd Hoffmann
· 16 years ago
9453c5b
qdev/isa: convert ne2000
by Gerd Hoffmann
· 16 years ago
9df3439
qdev/isa: convert gravis ultrasound
by Gerd Hoffmann
· 16 years ago
f8ba784
qdev/isa: convert cs4231a sound card
by Gerd Hoffmann
· 16 years ago
f7b4f61
qdev/isa: convert soundblaster
by Gerd Hoffmann
· 16 years ago
924f6d7
qdev: add isa_create() function
by Gerd Hoffmann
· 16 years ago
787aa97
qdev: tag isabus-bridge as no-user
by Gerd Hoffmann
· 16 years ago
2e15e23
qdev: simplify isa irq assignments
by Gerd Hoffmann
· 16 years ago
86c8615
qdev: drop iobase properties from isa bus
by Gerd Hoffmann
· 16 years ago
316940b
qdev: add property type for 32bit signed integers.
by Gerd Hoffmann
· 16 years ago
679a37a
isapc: pick a more sane default cpu for such old hardware.
by Gerd Hoffmann
· 16 years ago
2c8d934
isapc: Fix irq routing
by Gerd Hoffmann
· 16 years ago
c4a735f
Allow to unscale the output window with a Ctrl-Alt-u hotkey
by malc
· 16 years ago
Next »