aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-12Try to fix BSD breakage by 806b60248218bd5f74a8b070f5a99a864e8e51c6Blue Swirl
2009-09-12Include sys-queue.h early to override system queue definitions on BSDBlue Swirl
2009-09-12Unbreak BSD: use qemu_fdatasync instead of fdatasyncBlue Swirl
2009-09-12Use proper format conversion specifier when printing size_t valuemalc
2009-09-12audio: remove lsbindex/popcount in favour of host-utils's ctz32malc
2009-09-12alsa: poll mode handlingmalc
2009-09-12oss: poll mode handlingmalc
2009-09-12audio: poll mode infrastructuremalc
2009-09-12gus: Do not manually free the state, qdev does it for usmalc
2009-09-12oss: Unbreak mmaping the ability to mmap oss fd on Linuxmalc
2009-09-11kvm_arch_get_registers() shouldn't be called directlyGleb Natapov
2009-09-11vmstate: port cirrus_vga deviceJuan Quintela
2009-09-11vmstate: port serial deviceJuan Quintela
2009-09-11vmstate: port hpet deviceJuan Quintela
2009-09-11hpet: it is imposible that qemu_timer field is NULL at this pointJuan Quintela
2009-09-11vmstate: port ioapic deviceJuan Quintela
2009-09-11vmstate: add uint64 array supportJuan Quintela
2009-09-11vmstate: port pckbd deviceJuan Quintela
2009-09-11vmstate: port vmmouse deviceJuan Quintela
2009-09-11vmstate: port dma deviceJuan Quintela
2009-09-11vmstate: add support for arrays of uint16_tJuan Quintela
2009-09-11vmstate: port fdc deviceJuan Quintela
2009-09-11vmstate: add support for uint8_t equalJuan Quintela
2009-09-11vmstate: port i8259 deviceJuan Quintela
2009-09-11vmstate: port fw_cfg deviceJuan Quintela
2009-09-11vmstate: port cpu_comonJuan Quintela
2009-09-11vmstate: Add pre/post_save() hooksJuan Quintela
2009-09-11vmstate: Add pre_load() hookJuan Quintela
2009-09-11vmstate: rename run_after_load() -> post_load()Juan Quintela
2009-09-11vmstate: add sensible arguments to vmstate_unregister()Juan Quintela
2009-09-11Make get_ticks_per_sec() a static inlineAnthony Liguori
2009-09-11timers: move them to VMStateJuan Quintela
2009-09-11timers: Createt TimersState and put all timers state thereJuan Quintela
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-09-11timers: remove useless checkJuan Quintela
2009-09-11Remove SaveVM v2 supportJuan Quintela
2009-09-11ram: Remove SaveVM Version 2 supportJuan Quintela
2009-09-11ram: remove support for loading v1Juan Quintela
2009-09-11move mux focus field from CharDriverState to MuxDriverGerd Hoffmann
2009-09-11monitor: fix muxingGerd Hoffmann
2009-09-11qdev: add parser for chardev propertiesGerd Hoffmann
2009-09-11Allow -serial chardev:<name>Gerd Hoffmann
2009-09-11convert udp chardev to QemuOpts.Gerd Hoffmann
2009-09-11convert mux chardev to QemuOpts.Gerd Hoffmann
2009-09-11convert vc chardev to QemuOpts.Gerd Hoffmann
2009-09-11convert tty + parport chardevs to QemuOpts.Gerd Hoffmann
2009-09-11convert windows console chardev to QemuOpts.Gerd Hoffmann
2009-09-11convert braille chardev to QemuOpts.Gerd Hoffmann
2009-09-11convert msmouse chardev to QemuOpts.Gerd Hoffmann