index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
Try to fix BSD breakage by 806b60248218bd5f74a8b070f5a99a864e8e51c6
Blue Swirl
2009-09-12
Include sys-queue.h early to override system queue definitions on BSD
Blue Swirl
2009-09-12
Unbreak BSD: use qemu_fdatasync instead of fdatasync
Blue Swirl
2009-09-12
Use proper format conversion specifier when printing size_t value
malc
2009-09-12
audio: remove lsbindex/popcount in favour of host-utils's ctz32
malc
2009-09-12
alsa: poll mode handling
malc
2009-09-12
oss: poll mode handling
malc
2009-09-12
audio: poll mode infrastructure
malc
2009-09-12
gus: Do not manually free the state, qdev does it for us
malc
2009-09-12
oss: Unbreak mmaping the ability to mmap oss fd on Linux
malc
2009-09-11
kvm_arch_get_registers() shouldn't be called directly
Gleb Natapov
2009-09-11
vmstate: port cirrus_vga device
Juan Quintela
2009-09-11
vmstate: port serial device
Juan Quintela
2009-09-11
vmstate: port hpet device
Juan Quintela
2009-09-11
hpet: it is imposible that qemu_timer field is NULL at this point
Juan Quintela
2009-09-11
vmstate: port ioapic device
Juan Quintela
2009-09-11
vmstate: add uint64 array support
Juan Quintela
2009-09-11
vmstate: port pckbd device
Juan Quintela
2009-09-11
vmstate: port vmmouse device
Juan Quintela
2009-09-11
vmstate: port dma device
Juan Quintela
2009-09-11
vmstate: add support for arrays of uint16_t
Juan Quintela
2009-09-11
vmstate: port fdc device
Juan Quintela
2009-09-11
vmstate: add support for uint8_t equal
Juan Quintela
2009-09-11
vmstate: port i8259 device
Juan Quintela
2009-09-11
vmstate: port fw_cfg device
Juan Quintela
2009-09-11
vmstate: port cpu_comon
Juan Quintela
2009-09-11
vmstate: Add pre/post_save() hooks
Juan Quintela
2009-09-11
vmstate: Add pre_load() hook
Juan Quintela
2009-09-11
vmstate: rename run_after_load() -> post_load()
Juan Quintela
2009-09-11
vmstate: add sensible arguments to vmstate_unregister()
Juan Quintela
2009-09-11
Make get_ticks_per_sec() a static inline
Anthony Liguori
2009-09-11
timers: move them to VMState
Juan Quintela
2009-09-11
timers: Createt TimersState and put all timers state there
Juan Quintela
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-09-11
timers: remove useless check
Juan Quintela
2009-09-11
Remove SaveVM v2 support
Juan Quintela
2009-09-11
ram: Remove SaveVM Version 2 support
Juan Quintela
2009-09-11
ram: remove support for loading v1
Juan Quintela
2009-09-11
move mux focus field from CharDriverState to MuxDriver
Gerd Hoffmann
2009-09-11
monitor: fix muxing
Gerd Hoffmann
2009-09-11
qdev: add parser for chardev properties
Gerd Hoffmann
2009-09-11
Allow -serial chardev:<name>
Gerd Hoffmann
2009-09-11
convert udp chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
convert mux chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
convert vc chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
convert tty + parport chardevs to QemuOpts.
Gerd Hoffmann
2009-09-11
convert windows console chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
convert braille chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
convert msmouse chardev to QemuOpts.
Gerd Hoffmann
[next]