aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini
2011-03-21add more helper functions with explicit milli/nanosecond resolutionPaolo Bonzini
2011-03-20Fix conversions from pointer to int and vice versaStefan Weil
2011-03-19petalogix_ml605_mmu: remove unused variableBlue Swirl
2011-03-19qemu-thread: delete unused functionsBlue Swirl
2011-03-19w32: Add missing functions qemu_mutex_destroy, qemu_cond_destroyStefan Weil
2011-03-19i8254: Fix migration from older versionsJan Kiszka
2011-03-16microblaze: Add PetaLogix ml605 MMU little-endian ref designMichal Simek
2011-03-16xilinx: Add AXIENET & DMA modelsEdgar E. Iglesias
2011-03-16microblaze: Compile uart 16550 serial driverMichal Simek
2011-03-15win32: implement missing timersubBlue Swirl
2011-03-15simpletrace: Move st_init() error reportingStefan Hajnoczi
2011-03-13add Win32 IPI servicePaolo Bonzini
2011-03-13protect qemu_cpu_kick_self for Win32Paolo Bonzini
2011-03-13provide dummy signal init functions for win32Paolo Bonzini
2011-03-13merge all signal initialization with qemu_signalfd_init, renamePaolo Bonzini
2011-03-13iothread stops the vcpu thread via IPIPaolo Bonzini
2011-03-13do not use timedwait on qemu_cpu_condPaolo Bonzini
2011-03-13do not use timedwait on qemu_pause_condPaolo Bonzini
2011-03-13do not use timedwait on qemu_system_condPaolo Bonzini
2011-03-13do not use timedwait on qemu_halt_condPaolo Bonzini
2011-03-13always signal pause_cond after stopping a VCPUPaolo Bonzini
2011-03-13exit round-robin vcpu loop if cpu->stopped is truePaolo Bonzini
2011-03-13always qemu_cpu_kick after unhalting a cpuPaolo Bonzini
2011-03-13inline cpu_halted into sole callerPaolo Bonzini
2011-03-13remove CONFIG_THREADPaolo Bonzini
2011-03-13add assertions on the owner of a QemuMutexPaolo Bonzini
2011-03-13include qemu-thread.h earlyPaolo Bonzini
2011-03-13add win32 qemu-thread implementationPaolo Bonzini
2011-03-13Refactor thread retrieval and checkJan Kiszka
2011-03-13use win32 timer queuesPaolo Bonzini
2011-03-13implement win32 dynticks timerPaolo Bonzini
2011-03-13unlock iothread during WaitForMultipleObjectsPaolo Bonzini
2011-03-13hw/fmopl: Fix buffer access out-of-bounds errorsStefan Weil
2011-03-13moving eeprom initializationWilliam Dauchy
2011-03-12pc: fix wrong CMOS values for floppy drivesBlue Swirl
2011-03-11microblaze: Add PVR for writeback cache, endiansMichal Simek
2011-03-11microblaze: Fix PetaLogix company nameMichal Simek
2011-03-11Merge remote branch 'stefanha/tracing' into stagingAnthony Liguori
2011-03-10vmstate: move timers to use test instead of versionJuan Quintela
2011-03-10vmstate: be able to store/save a pci device from a pointerJuan Quintela
2011-03-10vmstate: Add a way to send a partial arrayJuan Quintela
2011-03-10vmstate: add VMSTATE_STRUCT_VARRAY_UINT32Juan Quintela
2011-03-10vmstate: add VMSTATE_INT64_ARRAYJuan Quintela
2011-03-10vmstate: add VMSTATE_STRUCT_VARRAY_INT32Juan Quintela
2011-03-10vmstate: add UINT32 VARRAYSJuan Quintela
2011-03-10vmstate: Fix varrays with uint8 indexesJuan Quintela
2011-03-10vmstate: add VMSTATE_UINT32_EQUALJuan Quintela
2011-03-10vnc: Fix stack corruption and other bitmap related bugsStefan Weil
2011-03-10hmp-commands.hx: fix badly merged client_migrate_info commandJes Sorensen