index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-21
add more helper functions with explicit milli/nanosecond resolution
Paolo Bonzini
1
-0
/
+23
2011-03-20
Fix conversions from pointer to int and vice versa
Stefan Weil
4
-10
/
+10
2011-03-19
petalogix_ml605_mmu: remove unused variable
Blue Swirl
1
-3
/
+2
2011-03-19
qemu-thread: delete unused functions
Blue Swirl
2
-40
/
+0
2011-03-19
w32: Add missing functions qemu_mutex_destroy, qemu_cond_destroy
Stefan Weil
1
-0
/
+21
2011-03-19
i8254: Fix migration from older versions
Jan Kiszka
1
-0
/
+2
2011-03-16
microblaze: Add PetaLogix ml605 MMU little-endian ref design
Michal Simek
5
-1
/
+308
2011-03-16
xilinx: Add AXIENET & DMA models
Edgar E. Iglesias
4
-0
/
+1448
2011-03-16
microblaze: Compile uart 16550 serial driver
Michal Simek
2
-0
/
+2
2011-03-15
win32: implement missing timersub
Blue Swirl
2
-5
/
+20
2011-03-15
simpletrace: Move st_init() error reporting
Stefan Hajnoczi
3
-8
/
+9
2011-03-13
add Win32 IPI service
Paolo Bonzini
3
-13
/
+22
2011-03-13
protect qemu_cpu_kick_self for Win32
Paolo Bonzini
1
-0
/
+4
2011-03-13
provide dummy signal init functions for win32
Paolo Bonzini
1
-70
/
+73
2011-03-13
merge all signal initialization with qemu_signalfd_init, rename
Paolo Bonzini
1
-51
/
+36
2011-03-13
iothread stops the vcpu thread via IPI
Paolo Bonzini
1
-0
/
+2
2011-03-13
do not use timedwait on qemu_cpu_cond
Paolo Bonzini
1
-2
/
+2
2011-03-13
do not use timedwait on qemu_pause_cond
Paolo Bonzini
1
-1
/
+1
2011-03-13
do not use timedwait on qemu_system_cond
Paolo Bonzini
1
-2
/
+2
2011-03-13
do not use timedwait on qemu_halt_cond
Paolo Bonzini
1
-2
/
+2
2011-03-13
always signal pause_cond after stopping a VCPU
Paolo Bonzini
1
-0
/
+2
2011-03-13
exit round-robin vcpu loop if cpu->stopped is true
Paolo Bonzini
1
-1
/
+1
2011-03-13
always qemu_cpu_kick after unhalting a cpu
Paolo Bonzini
4
-4
/
+13
2011-03-13
inline cpu_halted into sole caller
Paolo Bonzini
12
-124
/
+7
2011-03-13
remove CONFIG_THREAD
Paolo Bonzini
1
-2
/
+0
2011-03-13
add assertions on the owner of a QemuMutex
Paolo Bonzini
1
-1
/
+5
2011-03-13
include qemu-thread.h early
Paolo Bonzini
1
-2
/
+1
2011-03-13
add win32 qemu-thread implementation
Paolo Bonzini
6
-17
/
+313
2011-03-13
Refactor thread retrieval and check
Jan Kiszka
7
-24
/
+18
2011-03-13
use win32 timer queues
Paolo Bonzini
1
-51
/
+35
2011-03-13
implement win32 dynticks timer
Paolo Bonzini
1
-1
/
+6
2011-03-13
unlock iothread during WaitForMultipleObjects
Paolo Bonzini
1
-0
/
+2
2011-03-13
hw/fmopl: Fix buffer access out-of-bounds errors
Stefan Weil
1
-1
/
+5
2011-03-13
moving eeprom initialization
William Dauchy
2
-41
/
+41
2011-03-12
pc: fix wrong CMOS values for floppy drives
Blue Swirl
1
-1
/
+1
2011-03-11
microblaze: Add PVR for writeback cache, endians
Michal Simek
1
-0
/
+4
2011-03-11
microblaze: Fix PetaLogix company name
Michal Simek
1
-1
/
+1
2011-03-11
Merge remote branch 'stefanha/tracing' into staging
Anthony Liguori
8
-122
/
+229
2011-03-10
vmstate: move timers to use test instead of version
Juan Quintela
1
-3
/
+12
2011-03-10
vmstate: be able to store/save a pci device from a pointer
Juan Quintela
1
-0
/
+8
2011-03-10
vmstate: Add a way to send a partial array
Juan Quintela
1
-0
/
+9
2011-03-10
vmstate: add VMSTATE_STRUCT_VARRAY_UINT32
Juan Quintela
1
-0
/
+10
2011-03-10
vmstate: add VMSTATE_INT64_ARRAY
Juan Quintela
1
-0
/
+6
2011-03-10
vmstate: add VMSTATE_STRUCT_VARRAY_INT32
Juan Quintela
1
-0
/
+10
2011-03-10
vmstate: add UINT32 VARRAYS
Juan Quintela
2
-0
/
+13
2011-03-10
vmstate: Fix varrays with uint8 indexes
Juan Quintela
2
-2
/
+5
2011-03-10
vmstate: add VMSTATE_UINT32_EQUAL
Juan Quintela
2
-0
/
+25
2011-03-10
vnc: Fix stack corruption and other bitmap related bugs
Stefan Weil
2
-8
/
+7
2011-03-10
hmp-commands.hx: fix badly merged client_migrate_info command
Jes Sorensen
1
-16
/
+16
2011-03-10
Fix performance regression in qemu_get_ram_ptr
Vincent Palatin
1
-2
/
+5
[next]