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