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-25
mips_jazz: do not use isa_mmio
Paolo Bonzini
1
-1
/
+4
2013-07-25
prep: fix I/O port endianness
Paolo Bonzini
1
-1
/
+1
2013-07-25
spapr_pci: remove indirection for I/O port access
Alexey Kardashevskiy
1
-39
/
+2
2013-07-25
ppc_newworld: do not use isa_mmio
Paolo Bonzini
1
-1
/
+4
2013-07-25
ppc_oldworld: do not use isa_mmio
Paolo Bonzini
1
-1
/
+4
2013-07-25
sh4: do not use isa_mmio
Paolo Bonzini
1
-1
/
+2
2013-07-23
po/Makefile: Use macro quiet-command for nice looking messages
Stefan Weil
1
-4
/
+5
2013-07-23
po/Makefile: Fix generation of messages.po
Stefan Weil
1
-1
/
+5
2013-07-23
po/Makefile: Fix *.mo generation for out-of-tree builds (regression)
Stefan Weil
1
-8
/
+11
2013-07-23
po/Makefile: Fix and improve help message
Stefan Weil
1
-3
/
+2
2013-07-23
Merge remote-tracking branch 'quintela/migration.next' into staging
Anthony Liguori
11
-47
/
+3467
2013-07-23
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
104
-550
/
+783
2013-07-23
Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...
Anthony Liguori
43
-560
/
+855
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
[next]