summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini68-268/+268
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini14-56/+56
2011-03-21add more helper functions with explicit milli/nanosecond resolutionPaolo Bonzini1-0/+23
2011-03-20Fix conversions from pointer to int and vice versaStefan Weil4-10/+10
2011-03-19petalogix_ml605_mmu: remove unused variableBlue Swirl1-3/+2
2011-03-19qemu-thread: delete unused functionsBlue Swirl2-40/+0
2011-03-19w32: Add missing functions qemu_mutex_destroy, qemu_cond_destroyStefan Weil1-0/+21
2011-03-19i8254: Fix migration from older versionsJan Kiszka1-0/+2
2011-03-16microblaze: Add PetaLogix ml605 MMU little-endian ref designMichal Simek5-1/+308
2011-03-16xilinx: Add AXIENET & DMA modelsEdgar E. Iglesias4-0/+1448
2011-03-16microblaze: Compile uart 16550 serial driverMichal Simek2-0/+2
2011-03-15win32: implement missing timersubBlue Swirl2-5/+20
2011-03-15simpletrace: Move st_init() error reportingStefan Hajnoczi3-8/+9
2011-03-13add Win32 IPI servicePaolo Bonzini3-13/+22
2011-03-13protect qemu_cpu_kick_self for Win32Paolo Bonzini1-0/+4
2011-03-13provide dummy signal init functions for win32Paolo Bonzini1-70/+73
2011-03-13merge all signal initialization with qemu_signalfd_init, renamePaolo Bonzini1-51/+36
2011-03-13iothread stops the vcpu thread via IPIPaolo Bonzini1-0/+2
2011-03-13do not use timedwait on qemu_cpu_condPaolo Bonzini1-2/+2
2011-03-13do not use timedwait on qemu_pause_condPaolo Bonzini1-1/+1
2011-03-13do not use timedwait on qemu_system_condPaolo Bonzini1-2/+2
2011-03-13do not use timedwait on qemu_halt_condPaolo Bonzini1-2/+2
2011-03-13always signal pause_cond after stopping a VCPUPaolo Bonzini1-0/+2
2011-03-13exit round-robin vcpu loop if cpu->stopped is truePaolo Bonzini1-1/+1
2011-03-13always qemu_cpu_kick after unhalting a cpuPaolo Bonzini4-4/+13
2011-03-13inline cpu_halted into sole callerPaolo Bonzini12-124/+7
2011-03-13remove CONFIG_THREADPaolo Bonzini1-2/+0
2011-03-13add assertions on the owner of a QemuMutexPaolo Bonzini1-1/+5
2011-03-13include qemu-thread.h earlyPaolo Bonzini1-2/+1
2011-03-13add win32 qemu-thread implementationPaolo Bonzini6-17/+313
2011-03-13Refactor thread retrieval and checkJan Kiszka7-24/+18
2011-03-13use win32 timer queuesPaolo Bonzini1-51/+35
2011-03-13implement win32 dynticks timerPaolo Bonzini1-1/+6
2011-03-13unlock iothread during WaitForMultipleObjectsPaolo Bonzini1-0/+2
2011-03-13hw/fmopl: Fix buffer access out-of-bounds errorsStefan Weil1-1/+5
2011-03-13moving eeprom initializationWilliam Dauchy2-41/+41
2011-03-12pc: fix wrong CMOS values for floppy drivesBlue Swirl1-1/+1
2011-03-11microblaze: Add PVR for writeback cache, endiansMichal Simek1-0/+4
2011-03-11microblaze: Fix PetaLogix company nameMichal Simek1-1/+1
2011-03-11Merge remote branch 'stefanha/tracing' into stagingAnthony Liguori8-122/+229
2011-03-10vmstate: move timers to use test instead of versionJuan Quintela1-3/+12
2011-03-10vmstate: be able to store/save a pci device from a pointerJuan Quintela1-0/+8
2011-03-10vmstate: Add a way to send a partial arrayJuan Quintela1-0/+9
2011-03-10vmstate: add VMSTATE_STRUCT_VARRAY_UINT32Juan Quintela1-0/+10
2011-03-10vmstate: add VMSTATE_INT64_ARRAYJuan Quintela1-0/+6
2011-03-10vmstate: add VMSTATE_STRUCT_VARRAY_INT32Juan Quintela1-0/+10
2011-03-10vmstate: add UINT32 VARRAYSJuan Quintela2-0/+13
2011-03-10vmstate: Fix varrays with uint8 indexesJuan Quintela2-2/+5
2011-03-10vmstate: add VMSTATE_UINT32_EQUALJuan Quintela2-0/+25
2011-03-10vnc: Fix stack corruption and other bitmap related bugsStefan Weil2-8/+7