aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-21seabios: update to latest gitAnthony Liguori
2011-03-21Fix migration uint8 arrys handledJuan Quintela
2011-03-21softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_tAndreas Färber
2011-03-21softfloat: Resolve type mismatches between declaration and implementationAndreas Färber
2011-03-21softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber
2011-03-21e1000: Fix multi-descriptor packet checksum offloadStefan Hajnoczi
2011-03-21Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno
2011-03-21Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevinAurelien Jarno
2011-03-21rbd: don't link with -lcryptoAurelien Jarno
2011-03-21hw/arm_sysctl.c: Add the Versatile Express system registersPeter Maydell
2011-03-21remove qemu_get_clockPaolo Bonzini
2011-03-21add a generic scaling mechanism for timersPaolo Bonzini
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
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-16Add qcow2 documentationKevin Wolf
2011-03-15win32: implement missing timersubBlue Swirl
2011-03-15simpletrace: Move st_init() error reportingStefan Hajnoczi
2011-03-15hw/xen_disk: aio_inflight not released in handling ioreq when nr_segments==0Feiran Zheng
2011-03-15Improve error handling in do_snapshot_blkdev()Jes Sorensen
2011-03-15Fix ATA SMART and CHECK POWER MODEBrian Wheeler
2011-03-15Don't allow multiwrites against a block device without underlying mediumRyan Harper
2011-03-15tools: Use real async.c instead of stubsKevin Wolf
2011-03-15Add error message for loading snapshot without VM stateKevin Wolf
2011-03-15block/qcow: Don't ignore immediate read/write and other failuresStefan Weil
2011-03-15block/vdi: Don't ignore immediate read/write failuresStefan Weil
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