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
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-22
tests: Add test-bitops.c with some sextract tests
Peter Maydell
2
-0
/
+77
2013-07-22
bitops: Provide sextract32() and sextract64()
Peter Maydell
1
-0
/
+50
2013-07-22
memory: Fix zero-sized memory region print
Alex Williamson
1
-2
/
+6
2013-07-22
configure: Remove ldscripts
Richard Henderson
13
-2386
/
+0
2013-07-22
gtk: Fix accelerator filtering
Jan Kiszka
1
-21
/
+18
2013-07-22
Merge remote-tracking branch 'pmaydell/tags/pull-arm-devs-20130722' into staging
Anthony Liguori
12
-68
/
+771
2013-07-22
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
Anthony Liguori
2
-11
/
+3
2013-07-22
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
6
-47
/
+36
2013-07-22
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
16
-48
/
+203
2013-07-22
Merge remote-tracking branch 'rth/axp-next' into staging
Anthony Liguori
8
-9
/
+19
2013-07-22
Merge remote-tracking branch 'stefanha/tracing' into staging
Anthony Liguori
4
-91
/
+140
2013-07-22
hw/arm: Use 'load_ramdisk()' for loading ramdisks w/ U-Boot header
Soren Brinkmann
1
-4
/
+10
2013-07-22
hw/loader: Support ramdisk with u-boot header
Soren Brinkmann
2
-25
/
+72
2013-07-19
vexpress: Add virtio-mmio transports
Peter Maydell
1
-0
/
+99
2013-07-19
vexpress: Make VEDBoardInfo extend arm_boot_info
Peter Maydell
1
-16
/
+15
2013-07-19
arm/boot: Allow boards to modify the FDT blob
Peter Maydell
2
-0
/
+9
2013-07-19
virtio: Implement MMIO based virtio transport
Peter Maydell
2
-0
/
+422
2013-07-19
virtio: Support transports which can specify the vring alignment
Peter Maydell
3
-3
/
+36
2013-07-19
virtio: Add support for guest setting of queue size
Peter Maydell
2
-0
/
+9
2013-07-19
arm/boot: Use qemu_devtree_setprop_sized_cells()
Peter Maydell
1
-21
/
+8
2013-07-19
device_tree: Add qemu_devtree_setprop_sized_cells() utility functions
Peter Maydell
2
-0
/
+92
2013-07-19
doc: monitor multiplexing rewording
Michael Tokarev
1
-2
/
+2
2013-07-19
block/m25p80: Update Micron entries
Ed Maste
1
-4
/
+8
2013-07-19
Fix command example in qemu.sasl
Cole Robinson
1
-1
/
+1
2013-07-19
slirp: remove mbuf(m_hdr,m_dat) indirection
Michael Tokarev
2
-39
/
+24
2013-07-19
linux-user: declare sys_futex to have 6 arguments
Petar Jovanovic
1
-1
/
+1
2013-07-19
block/raw: add .bdrv_get_info
Peter Lieven
1
-0
/
+6
2013-07-19
block: fix bdrv_read_unthrottled()
Peter Lieven
1
-1
/
+1
2013-07-19
cpus: Let vm_stop[_force_state]() always flush block devices
Kevin Wolf
1
-3
/
+6
2013-07-19
block-migration: efficiently encode zero blocks
Peter Lieven
4
-7
/
+43
2013-07-19
block/raw: add bdrv_co_write_zeroes
Peter Lieven
1
-0
/
+8
2013-07-19
block: add bdrv_write_zeroes()
Peter Lieven
2
-8
/
+21
[next]