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
2013-07-23
Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...
Anthony Liguori
43
-560
/
+855
2013-07-23
linux-user: Handle compressed ISA encodings when processing MIPS exceptions
Kwok Cheung Yeung
1
-3
/
+43
2013-07-23
linux-user: Unlock mmap_lock when resuming guest from page_unprotect
Alexander Graf
1
-3
/
+7
2013-07-23
linux-user: Reset copied CPUs in cpu_copy() always
Alexander Graf
2
-3
/
+4
2013-07-23
linux-user: Fix epoll on ARM hosts
Alexander Graf
1
-1
/
+4
2013-07-23
linux-user: fix segmentation fault passing with h2g(x) != x
Alexander Graf
2
-2
/
+10
2013-07-23
linux-user: Fix pipe syscall return for SPARC
Peter Maydell
1
-0
/
+3
2013-07-23
linux-user: Fix target_stat and target_stat64 for OpenRISC
Peter Maydell
1
-12
/
+37
2013-07-23
migration: add autoconvergence documentation
Juan Quintela
1
-0
/
+3
2013-07-23
Fix real mode guest segments dpl value in savevm
Orit Wasserman
1
-0
/
+18
2013-07-23
Fix real mode guest migration
Orit Wasserman
1
-0
/
+18
2013-07-23
rdma: account for the time spent in MIG_STATE_SETUP through QMP
Michael R. Hines
4
-1
/
+22
2013-07-23
rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state transition
Michael R. Hines
1
-7
/
+14
2013-07-23
rdma: allow state transitions between other states besides ACTIVE
Michael R. Hines
1
-6
/
+6
2013-07-23
rdma: send pc.ram
Michael R. Hines
1
-1
/
+32
2013-07-23
rdma: core logic
Michael R. Hines
5
-0
/
+3302
2013-07-23
rdma: introduce ram_handle_compressed()
Michael R. Hines
2
-10
/
+21
2013-07-23
rdma: bugfix: ram_control_save_page()
Michael R. Hines
1
-1
/
+1
2013-07-23
rdma: update documentation to reflect new unpin support
Michael R. Hines
1
-21
/
+30
2013-07-23
linux-user: Use X86CPU property to retrieve CPUID family
Andreas Färber
1
-4
/
+6
2013-07-23
gdbstub: Change gdb_register_coprocessor() argument to CPUState
Andreas Färber
5
-16
/
+18
2013-07-23
cpu: Move gdb_regs field from CPU_COMMON to CPUState
Andreas Färber
3
-7
/
+8
2013-07-23
gdbstub: Change GDBState::{c,g}_cpu and find_cpu() to CPUState
Andreas Färber
1
-52
/
+52
2013-07-23
cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug()
Andreas Färber
5
-15
/
+25
2013-07-23
exec: Change cpu_memory_rw_debug() argument to CPUState
Andreas Färber
13
-73
/
+77
2013-07-23
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
Andreas Färber
55
-128
/
+182
2013-07-23
gdbstub: Change gdb_{read,write}_register() argument to CPUState
Andreas Färber
1
-6
/
+10
2013-07-23
gdbstub: Change gdb_handlesig() argument to CPUState
Andreas Färber
5
-25
/
+31
2013-07-23
gdbstub: Change syscall callback argument to CPUState
Andreas Färber
4
-5
/
+12
2013-07-23
kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUState
Andreas Färber
4
-14
/
+16
2013-07-23
cpu: Change cpu_single_step() argument to CPUState
Andreas Färber
4
-12
/
+20
2013-07-23
gdbstub: Update gdb_handlesig() and gdb_signalled() Coding Style
Andreas Färber
1
-47
/
+47
2013-07-23
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
23
-52
/
+78
2013-07-23
target-alpha: Copy implver to DisasContext
Richard Henderson
1
-4
/
+7
2013-07-23
target-alpha: Copy singlestep_enabled to DisasContext
Richard Henderson
1
-3
/
+6
2013-07-23
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
Andreas Färber
22
-84
/
+49
2013-07-23
target-unicore32: Implement CPUClass::set_pc()
Andreas Färber
1
-0
/
+8
2013-07-23
target-moxie: Implement CPUClass::set_pc()
Andreas Färber
1
-0
/
+8
2013-07-23
target-m68k: Implement CPUClass::set_pc()
Andreas Färber
1
-0
/
+8
2013-07-23
cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()
Andreas Färber
15
-33
/
+119
2013-07-23
HACKING: Document vaddr type usage
Peter Maydell
1
-2
/
+17
2013-07-23
cpu: Introduce vaddr type
Andreas Färber
1
-0
/
+12
2013-07-23
gdbstub: Change GDBState::query_cpu to CPUState
Andreas Färber
1
-5
/
+4
2013-07-23
isa-bus: Drop isabus_bridge_init() since it does nothing
Hu Tao
1
-8
/
+0
2013-07-23
ioapic: Use QOM realize for ioapic
Hu Tao
1
-7
/
+5
2013-07-23
kvmvapic: Use QOM realize
Hu Tao
1
-7
/
+5
2013-07-23
kvm/clock: Use QOM realize for kvmclock
Hu Tao
1
-4
/
+2
2013-07-23
hpet: Use QOM realize for hpet
Hu Tao
1
-13
/
+19
2013-07-23
scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()
Andreas Färber
10
-18
/
+55
2013-07-23
megasas: Legacy command line handling fix
Andreas Färber
1
-1
/
+4
[prev]
[next]