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
2010-02-19
Monitor: Convert do_change() to cmd_new_ret()
Luiz Capitulino
3
-26
/
+42
2010-02-19
Monitor: Convert do_info() to cmd_new_ret()
Luiz Capitulino
2
-4
/
+6
2010-02-19
Monitor: Convert do_physical_memory_save() to cmd_new_ret()
Luiz Capitulino
2
-3
/
+8
2010-02-19
Monitor: Convert do_memory_save() to cmd_new_ret()
Luiz Capitulino
2
-3
/
+8
2010-02-19
Monitor: Convert do_migrate() to cmd_new_ret()
Luiz Capitulino
3
-14
/
+19
2010-02-19
Monitor: Convert pci_device_hot_remove() to cmd_new_ret()
Luiz Capitulino
3
-11
/
+11
2010-02-19
Monitor: Convert pci_device_hot_add() to cmd_new_ret()
Luiz Capitulino
3
-7
/
+13
2010-02-19
Monitor: Convert do_closefd() to cmd_new_ret()
Luiz Capitulino
2
-3
/
+4
2010-02-19
Monitor: Convert do_getfd() to cmd_new_ret()
Luiz Capitulino
2
-6
/
+7
2010-02-19
Monitor: Convert do_block_set_passwd() to cmd_new_ret()
Luiz Capitulino
2
-3
/
+6
2010-02-19
Monitor: Convert do_cpu_set() to cmd_new_ret()
Luiz Capitulino
2
-3
/
+6
2010-02-19
Monitor: Convert do_eject() to cmd_new_ret()
Luiz Capitulino
2
-4
/
+4
2010-02-19
Monitor: Convert do_cont() to cmd_new_ret()
Luiz Capitulino
2
-3
/
+7
2010-02-19
Monitor: Convert simple handlers to cmd_new_ret()
Luiz Capitulino
4
-24
/
+36
2010-02-19
Monitor: Introduce cmd_new_ret()
Luiz Capitulino
1
-1
/
+6
2010-02-19
move default allocator to console.c
Paolo Bonzini
3
-118
/
+112
2010-02-19
remove knowledge of defaultallocator_free_displaysurface from sdl.c
Paolo Bonzini
2
-5
/
+7
2010-02-19
use lazy initialization for display_state
Paolo Bonzini
1
-14
/
+15
2010-02-19
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
20
-239
/
+511
2010-02-19
net: Monitor command set_link finds only VLAN clients, fix
Markus Armbruster
1
-0
/
+1
2010-02-19
net: info network shows only VLAN clients, fix
Markus Armbruster
1
-2
/
+9
2010-02-19
net: net_check_clients() checks only VLAN clients, fix
Markus Armbruster
1
-0
/
+7
2010-02-19
net: Fix bogus "Warning: vlan 0 with no nics" with -device
Markus Armbruster
7
-28
/
+18
2010-02-19
net: net_check_clients() runs too early to see -device, fix
Markus Armbruster
3
-3
/
+4
2010-02-19
net: Remove unused net_client_uninit()
Markus Armbruster
2
-15
/
+0
2010-02-19
Fix strace or FUTEX_PRIVATE_FLAG
Paul Brook
1
-1
/
+3
2010-02-19
target-arm: support thumb exception handlers
Rabin Vincent
1
-3
/
+2
2010-02-19
target-arm: implement Thumb-2 exception return
Rabin Vincent
1
-2
/
+10
2010-02-19
target-arm: fix thumb CPS
Rabin Vincent
1
-1
/
+1
2010-02-18
get rid of hostregs_helper.h
Paolo Bonzini
3
-67
/
+11
2010-02-18
remove dead m68k definitions
Paolo Bonzini
1
-4
/
+0
2010-02-18
tcg: Add consistency checks for op definitions
Stefan Weil
2
-0
/
+24
2010-02-17
use eventfd for iothread
Paolo Bonzini
3
-4
/
+38
2010-02-16
tcg-sparc: Implement setcond, setcond2.
Richard Henderson
1
-0
/
+127
2010-02-16
tcg: Add tcg_swap_cond.
Richard Henderson
1
-0
/
+8
2010-02-15
crisv10: Prettify.
Edgar E. Iglesias
1
-95
/
+91
2010-02-15
sparc32 fix spurious dma interrupts v2
Artyom Tarasenko
1
-10
/
+24
2010-02-15
Revert "Sparc32: improve DMA controller IRQ debugging"
Blue Swirl
1
-2
/
+0
2010-02-15
cris: Add support for CRISv10 translation.
Edgar E. Iglesias
4
-30
/
+1486
2010-02-15
cris: Use tcg_gen_movi_tl.
Edgar E. Iglesias
1
-2
/
+2
2010-02-15
cris: Add v10 style interrupts.
Edgar E. Iglesias
1
-5
/
+63
2010-02-15
crisv10: Always clear the V and C flags on btst.
Edgar E. Iglesias
1
-0
/
+2
2010-02-15
cris: Prepare for CRISv10.
Edgar E. Iglesias
2
-2
/
+9
2010-02-14
versatile_pci: cleanup
Michael S. Tsirkin
1
-9
/
+2
2010-02-14
versatile_pci: convert to symbolic names
Michael S. Tsirkin
1
-7
/
+10
2010-02-14
PPC: Add timer when running KVM
Alexander Graf
1
-0
/
+22
2010-02-14
PPC: Fix large pages
Alexander Graf
1
-5
/
+4
2010-02-14
PPC: Add USB per default on U3
Alexander Graf
1
-1
/
+11
2010-02-14
PPC: Get rid of segfaults in DBDMA emulation
Alexander Graf
1
-3
/
+7
2010-02-14
PPC: Use macio IDE controller for Newworld
Alexander Graf
1
-5
/
+11
[prev]
[next]