summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* char: Prevent multiple devices opening same chardevAmit Shah2011-03-213-1/+11
* virtio-console: Keep chardev open for other users after hot-unplugAmit Shah2011-03-211-1/+5
* virtio-serial: Don't clear ->have_data() pointer after unplugAmit Shah2011-03-211-1/+0
* virtio-serial-bus: Simplify handle_output() functionAmit Shah2011-03-211-9/+3
* virtio-serial: Enable ioeventfdAmit Shah2011-03-211-0/+3
* virtio-serial: Disallow generic ports at id 0Amit Shah2011-03-211-0/+9
* virtio-serial: Use a struct to pass config information from proxyAmit Shah2011-03-214-15/+21
* Fix conversions from pointer to int and vice versaStefan Weil2011-03-204-10/+10
* petalogix_ml605_mmu: remove unused variableBlue Swirl2011-03-191-3/+2
* qemu-thread: delete unused functionsBlue Swirl2011-03-192-40/+0
* w32: Add missing functions qemu_mutex_destroy, qemu_cond_destroyStefan Weil2011-03-191-0/+21
* i8254: Fix migration from older versionsJan Kiszka2011-03-191-0/+2
* microblaze: Add PetaLogix ml605 MMU little-endian ref designMichal Simek2011-03-165-1/+308
* xilinx: Add AXIENET & DMA modelsEdgar E. Iglesias2011-03-164-0/+1448
* microblaze: Compile uart 16550 serial driverMichal Simek2011-03-162-0/+2
* win32: implement missing timersubBlue Swirl2011-03-152-5/+20
* simpletrace: Move st_init() error reportingStefan Hajnoczi2011-03-153-8/+9
* add Win32 IPI servicePaolo Bonzini2011-03-133-13/+22
* protect qemu_cpu_kick_self for Win32Paolo Bonzini2011-03-131-0/+4
* provide dummy signal init functions for win32Paolo Bonzini2011-03-131-70/+73
* merge all signal initialization with qemu_signalfd_init, renamePaolo Bonzini2011-03-131-51/+36
* iothread stops the vcpu thread via IPIPaolo Bonzini2011-03-131-0/+2
* do not use timedwait on qemu_cpu_condPaolo Bonzini2011-03-131-2/+2
* do not use timedwait on qemu_pause_condPaolo Bonzini2011-03-131-1/+1
* do not use timedwait on qemu_system_condPaolo Bonzini2011-03-131-2/+2
* do not use timedwait on qemu_halt_condPaolo Bonzini2011-03-131-2/+2
* always signal pause_cond after stopping a VCPUPaolo Bonzini2011-03-131-0/+2
* exit round-robin vcpu loop if cpu->stopped is truePaolo Bonzini2011-03-131-1/+1
* always qemu_cpu_kick after unhalting a cpuPaolo Bonzini2011-03-134-4/+13
* inline cpu_halted into sole callerPaolo Bonzini2011-03-1312-124/+7
* remove CONFIG_THREADPaolo Bonzini2011-03-131-2/+0
* add assertions on the owner of a QemuMutexPaolo Bonzini2011-03-131-1/+5
* include qemu-thread.h earlyPaolo Bonzini2011-03-131-2/+1
* add win32 qemu-thread implementationPaolo Bonzini2011-03-136-17/+313
* Refactor thread retrieval and checkJan Kiszka2011-03-137-24/+18
* use win32 timer queuesPaolo Bonzini2011-03-131-51/+35
* implement win32 dynticks timerPaolo Bonzini2011-03-131-1/+6
* unlock iothread during WaitForMultipleObjectsPaolo Bonzini2011-03-131-0/+2
* hw/fmopl: Fix buffer access out-of-bounds errorsStefan Weil2011-03-131-1/+5
* moving eeprom initializationWilliam Dauchy2011-03-132-41/+41
* pc: fix wrong CMOS values for floppy drivesBlue Swirl2011-03-121-1/+1
* microblaze: Add PVR for writeback cache, endiansMichal Simek2011-03-111-0/+4
* microblaze: Fix PetaLogix company nameMichal Simek2011-03-111-1/+1
* Merge remote branch 'stefanha/tracing' into stagingAnthony Liguori2011-03-118-122/+229
|\
| * trace: Trace posix-aio-compat.c completion and cancellationStefan Hajnoczi2011-03-072-0/+7
| * trace: Trace bdrv_aio_flush()Stefan Hajnoczi2011-03-072-0/+3
| * simpletrace: Thread-safe tracingStefan Hajnoczi2011-03-075-122/+219
* | vmstate: move timers to use test instead of versionJuan Quintela2011-03-101-3/+12
* | vmstate: be able to store/save a pci device from a pointerJuan Quintela2011-03-101-0/+8
* | vmstate: Add a way to send a partial arrayJuan Quintela2011-03-101-0/+9
OpenPOWER on IntegriCloud