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
2014-08-15
pci-host: update obsolete reference about piix_pci.c
Gonglei
4
-4
/
+4
2014-08-15
qemu-options.hx: fix a typo of chardev
Liming Wang
1
-1
/
+1
2014-08-15
memory: Update obsolete comment about AddrRange field type
Fam Zheng
1
-2
/
+1
2014-08-15
apic: Fix reported DFR content
Jan Kiszka
1
-1
/
+1
2014-08-15
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-09' in...
Peter Maydell
14
-49
/
+137
2014-08-09
build-sys: Move qapi-{types, visit, event}.o into util-obj-y
Fam Zheng
3
-10
/
+4
2014-08-09
po: Add Chinese translation
Fam Zheng
1
-0
/
+86
2014-08-09
qemu-img: Check getchar() return value in read_password() for WIN32
Chen Gang
1
-2
/
+7
2014-08-09
hw/timer: Move extern declaration from .c to .h file
Stefan Weil
2
-4
/
+6
2014-08-09
virtio: Move extern declaration to header file
Stefan Weil
2
-2
/
+2
2014-08-09
Show length mismatch error is hex
Alex Bligh
1
-2
/
+2
2014-08-09
target-i386/cpu.c: Fix two error output indentation
chenfan
1
-5
/
+5
2014-08-09
l2tpv3 (configure): it is linux-specific
Michael Tokarev
1
-0
/
+1
2014-08-09
hw/timer/imx_*: fix TIMER_MAX clash with system symbol
Michael Tokarev
2
-24
/
+24
2014-08-08
Merge remote-tracking branch 'remotes/mdroth/qga-pull-2014-08-08' into staging
Peter Maydell
5
-3
/
+650
2014-08-07
qga: Disable unsupported commands by default
Tomoki Sekiyama
4
-1
/
+71
2014-08-07
qga: Add guest-get-fsinfo command
Tomoki Sekiyama
3
-1
/
+522
2014-08-07
qga: Add guest-fsfreeze-freeze-list command
Tomoki Sekiyama
3
-1
/
+57
2014-08-07
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
16
-32
/
+444
2014-08-07
target-mips: Ignore unassigned accesses with KVM
James Hogan
1
-0
/
+11
2014-08-07
monitor: Add drift info to 'info jit'
Sebastian Tanase
4
-0
/
+30
2014-08-07
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014080...
Peter Maydell
1
-15
/
+31
2014-08-06
cpu-exec: Print to console if the guest is late
Sebastian Tanase
1
-1
/
+32
2014-08-06
cpu-exec: Add sleeping algorithm
Sebastian Tanase
3
-0
/
+97
2014-08-06
icount: Add align option to icount
Sebastian Tanase
4
-9
/
+30
2014-08-06
icount: Add QemuOpts for icount
Sebastian Tanase
5
-13
/
+52
2014-08-06
icount: Fix virtual clock start value on ARM
Sebastian Tanase
1
-1
/
+1
2014-08-06
timer: add cpu_icount_to_ns function.
KONRAD Frederic
2
-1
/
+7
2014-08-06
migration: migrate icount fields.
KONRAD Frederic
1
-0
/
+27
2014-08-06
icount: put icount variables into TimerState.
KONRAD Frederic
1
-13
/
+16
2014-08-06
backends: Introduce chr-testdev
Paolo Bonzini
7
-2
/
+149
2014-08-05
vfio: Don't cache MSIMessage
Alex Williamson
1
-6
/
+2
2014-08-05
vfio: Fix MSI-X vector expansion
Alex Williamson
1
-9
/
+29
2014-08-04
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140804'...
Peter Maydell
10
-54
/
+79
2014-08-04
target-arm: A64: fix TLB flush instructions
Alex Bennée
1
-2
/
+8
2014-08-04
target-arm: don't hardcode mask values in arm_cpu_handle_mmu_fault
Alex Bennée
1
-2
/
+2
2014-08-04
target-arm: Fix bit test in sp_el0_access
Stefan Weil
1
-1
/
+1
2014-08-04
target-arm: Add FAR_EL2 and 3
Edgar E. Iglesias
2
-1
/
+7
2014-08-04
target-arm: Add ESR_EL2 and 3
Edgar E. Iglesias
2
-1
/
+9
2014-08-04
target-arm: Make far_el1 an array
Edgar E. Iglesias
4
-10
/
+10
2014-08-04
target-arm: A64: Respect SPSEL when taking exceptions
Edgar E. Iglesias
1
-2
/
+2
2014-08-04
target-arm: A64: Respect SPSEL in ERET SP restore
Edgar E. Iglesias
1
-1
/
+1
2014-08-04
target-arm: A64: Break out aarch64_save/restore_sp
Edgar E. Iglesias
3
-24
/
+24
2014-08-04
sd: sdhci: Fix ADMA dma_memory_read access
Peter Crosthwaite
1
-1
/
+2
2014-08-04
hw/arm/virt: formatting: memory map
Andrew Jones
1
-8
/
+8
2014-08-04
hw/arm/boot: Set PC correctly when loading AArch64 ELF files
Peter Maydell
1
-2
/
+6
2014-08-04
Merge remote-tracking branch 'remotes/amit-migration/for-2.2' into staging
Peter Maydell
1
-5
/
+65
2014-08-04
Merge remote-tracking branch 'remotes/amit-virtio-rng/for-2.2' into staging
Peter Maydell
1
-13
/
+12
2014-08-04
Merge remote-tracking branch 'remotes/sstabellini/xen-20140801' into staging
Peter Maydell
6
-3
/
+112
2014-08-04
checker: ignore fields marked unused
Amit Shah
1
-4
/
+50
[next]