aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl65-488/+481
2009-09-12Try to fix BSD breakage by 806b60248218bd5f74a8b070f5a99a864e8e51c6Blue Swirl1-10/+32
2009-09-12Include sys-queue.h early to override system queue definitions on BSDBlue Swirl1-0/+2
2009-09-12Unbreak BSD: use qemu_fdatasync instead of fdatasyncBlue Swirl1-1/+1
2009-09-12Use proper format conversion specifier when printing size_t valuemalc1-3/+3
2009-09-12audio: remove lsbindex/popcount in favour of host-utils's ctz32malc4-23/+5
2009-09-12alsa: poll mode handlingmalc1-21/+204
2009-09-12oss: poll mode handlingmalc1-5/+74
2009-09-12audio: poll mode infrastructuremalc2-11/+87
2009-09-12gus: Do not manually free the state, qdev does it for usmalc1-1/+0
2009-09-12oss: Unbreak mmaping the ability to mmap oss fd on Linuxmalc1-1/+4
2009-09-11kvm_arch_get_registers() shouldn't be called directlyGleb Natapov1-1/+1
2009-09-11vmstate: port cirrus_vga deviceJuan Quintela2-98/+63
2009-09-11vmstate: port serial deviceJuan Quintela1-36/+37
2009-09-11vmstate: port hpet deviceJuan Quintela1-35/+38
2009-09-11hpet: it is imposible that qemu_timer field is NULL at this pointJuan Quintela1-6/+2
2009-09-11vmstate: port ioapic deviceJuan Quintela1-27/+12
2009-09-11vmstate: add uint64 array supportJuan Quintela1-0/+6
2009-09-11vmstate: port pckbd deviceJuan Quintela1-24/+15
2009-09-11vmstate: port vmmouse deviceJuan Quintela1-28/+20
2009-09-11vmstate: port dma deviceJuan Quintela1-51/+34
2009-09-11vmstate: add support for arrays of uint16_tJuan Quintela1-0/+6
2009-09-11vmstate: port fdc deviceJuan Quintela1-92/+62
2009-09-11vmstate: add support for uint8_t equalJuan Quintela2-0/+24
2009-09-11vmstate: port i8259 deviceJuan Quintela1-48/+26
2009-09-11vmstate: port fw_cfg deviceJuan Quintela1-21/+12
2009-09-11vmstate: port cpu_comonJuan Quintela1-14/+25
2009-09-11vmstate: Add pre/post_save() hooksJuan Quintela2-0/+8
2009-09-11vmstate: Add pre_load() hookJuan Quintela2-0/+6
2009-09-11vmstate: rename run_after_load() -> post_load()Juan Quintela6-11/+12
2009-09-11vmstate: add sensible arguments to vmstate_unregister()Juan Quintela2-3/+10
2009-09-11Make get_ticks_per_sec() a static inlineAnthony Liguori2-15/+10
2009-09-11timers: move them to VMStateJuan Quintela1-22/+12
2009-09-11timers: Createt TimersState and put all timers state thereJuan Quintela1-31/+39
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela44-113/+130
2009-09-11timers: remove useless checkJuan Quintela1-6/+0
2009-09-11Remove SaveVM v2 supportJuan Quintela1-43/+4
2009-09-11ram: Remove SaveVM Version 2 supportJuan Quintela1-93/+1
2009-09-11ram: remove support for loading v1Juan Quintela1-42/+0
2009-09-11move mux focus field from CharDriverState to MuxDriverGerd Hoffmann2-14/+14
2009-09-11monitor: fix muxingGerd Hoffmann2-11/+28
2009-09-11qdev: add parser for chardev propertiesGerd Hoffmann1-0/+11
2009-09-11Allow -serial chardev:<name>Gerd Hoffmann3-0/+20
2009-09-11convert udp chardev to QemuOpts.Gerd Hoffmann4-38/+156
2009-09-11convert mux chardev to QemuOpts.Gerd Hoffmann1-11/+21
2009-09-11convert vc chardev to QemuOpts.Gerd Hoffmann4-32/+55
2009-09-11convert tty + parport chardevs to QemuOpts.Gerd Hoffmann1-25/+32
2009-09-11convert windows console chardev to QemuOpts.Gerd Hoffmann1-4/+6
2009-09-11convert braille chardev to QemuOpts.Gerd Hoffmann3-7/+6
2009-09-11convert msmouse chardev to QemuOpts.Gerd Hoffmann3-7/+7