index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-03-21
remove qemu_get_clock
Paolo Bonzini
2011-03-21
add a generic scaling mechanism for timers
Paolo Bonzini
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2011-03-21
change all rt_clock references to use millisecond resolution accessors
Paolo Bonzini
2011-03-21
add more helper functions with explicit milli/nanosecond resolution
Paolo Bonzini
2011-03-20
Fix conversions from pointer to int and vice versa
Stefan Weil
2011-03-19
petalogix_ml605_mmu: remove unused variable
Blue Swirl
2011-03-19
qemu-thread: delete unused functions
Blue Swirl
2011-03-19
w32: Add missing functions qemu_mutex_destroy, qemu_cond_destroy
Stefan Weil
2011-03-19
i8254: Fix migration from older versions
Jan Kiszka
2011-03-16
microblaze: Add PetaLogix ml605 MMU little-endian ref design
Michal Simek
2011-03-16
xilinx: Add AXIENET & DMA models
Edgar E. Iglesias
2011-03-16
microblaze: Compile uart 16550 serial driver
Michal Simek
2011-03-15
win32: implement missing timersub
Blue Swirl
2011-03-15
simpletrace: Move st_init() error reporting
Stefan Hajnoczi
2011-03-13
add Win32 IPI service
Paolo Bonzini
2011-03-13
protect qemu_cpu_kick_self for Win32
Paolo Bonzini
2011-03-13
provide dummy signal init functions for win32
Paolo Bonzini
2011-03-13
merge all signal initialization with qemu_signalfd_init, rename
Paolo Bonzini
2011-03-13
iothread stops the vcpu thread via IPI
Paolo Bonzini
2011-03-13
do not use timedwait on qemu_cpu_cond
Paolo Bonzini
2011-03-13
do not use timedwait on qemu_pause_cond
Paolo Bonzini
2011-03-13
do not use timedwait on qemu_system_cond
Paolo Bonzini
2011-03-13
do not use timedwait on qemu_halt_cond
Paolo Bonzini
2011-03-13
always signal pause_cond after stopping a VCPU
Paolo Bonzini
2011-03-13
exit round-robin vcpu loop if cpu->stopped is true
Paolo Bonzini
2011-03-13
always qemu_cpu_kick after unhalting a cpu
Paolo Bonzini
2011-03-13
inline cpu_halted into sole caller
Paolo Bonzini
2011-03-13
remove CONFIG_THREAD
Paolo Bonzini
2011-03-13
add assertions on the owner of a QemuMutex
Paolo Bonzini
2011-03-13
include qemu-thread.h early
Paolo Bonzini
2011-03-13
add win32 qemu-thread implementation
Paolo Bonzini
2011-03-13
Refactor thread retrieval and check
Jan Kiszka
2011-03-13
use win32 timer queues
Paolo Bonzini
2011-03-13
implement win32 dynticks timer
Paolo Bonzini
2011-03-13
unlock iothread during WaitForMultipleObjects
Paolo Bonzini
2011-03-13
hw/fmopl: Fix buffer access out-of-bounds errors
Stefan Weil
2011-03-13
moving eeprom initialization
William Dauchy
2011-03-12
pc: fix wrong CMOS values for floppy drives
Blue Swirl
2011-03-11
microblaze: Add PVR for writeback cache, endians
Michal Simek
2011-03-11
microblaze: Fix PetaLogix company name
Michal Simek
2011-03-11
Merge remote branch 'stefanha/tracing' into staging
Anthony Liguori
2011-03-10
vmstate: move timers to use test instead of version
Juan Quintela
2011-03-10
vmstate: be able to store/save a pci device from a pointer
Juan Quintela
2011-03-10
vmstate: Add a way to send a partial array
Juan Quintela
2011-03-10
vmstate: add VMSTATE_STRUCT_VARRAY_UINT32
Juan Quintela
2011-03-10
vmstate: add VMSTATE_INT64_ARRAY
Juan Quintela
2011-03-10
vmstate: add VMSTATE_STRUCT_VARRAY_INT32
Juan Quintela
2011-03-10
vmstate: add UINT32 VARRAYS
Juan Quintela
2011-03-10
vmstate: Fix varrays with uint8 indexes
Juan Quintela
[next]