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-06-25
target-i386: Isolate KVM-specific code on CPU feature filtering logic
Eduardo Habkost
1
-9
/
+13
2014-06-25
target-i386: Pass FeatureWord argument to report_unavailable_features()
Eduardo Habkost
1
-2
/
+3
2014-06-25
target-i386: Merge feature filtering/checking functions
Eduardo Habkost
1
-34
/
+20
2014-06-25
target-i386: Simplify reporting of unavailable features
Eduardo Habkost
1
-10
/
+7
2014-06-25
target-i386: kvm: Don't enable MONITOR by default on any CPU model
Eduardo Habkost
1
-0
/
+7
2014-06-24
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-24' in...
Peter Maydell
23
-115
/
+43
2014-06-24
Add support for the arm breakpoint syscall
Hunter Laux
2
-0
/
+5
2014-06-24
Increase maximum number of session of the internal TFTP server.
Bernhard Übelacker
1
-1
/
+1
2014-06-24
target-s390x: Remove unused ld_code6() function
Peter Maydell
1
-5
/
+0
2014-06-24
hw/moxie/moxiesim.c: Remove unused moxie_intc_create()
Peter Maydell
1
-13
/
+0
2014-06-24
target-unicore: Remove unused functions
Peter Maydell
2
-50
/
+0
2014-06-24
build-sys: introduce install-prog macro to install&strip binaries and use it
Michael Tokarev
3
-14
/
+10
2014-06-24
tcg: mark tcg_out* and tcg_patch* with attribute 'unused'
Peter Maydell
1
-8
/
+12
2014-06-24
rng-random: NULL check not needed before g_free()
Eduardo Habkost
1
-4
/
+1
2014-06-24
block.c: Remove useless 'buf' variable
Chen Gang
1
-2
/
+0
2014-06-24
vscclient: Add required headers to fix build on FreeBSD
Ed Maste
1
-0
/
+2
2014-06-24
target-ppc: Fix compiler warning
Stefan Weil
1
-2
/
+1
2014-06-24
configure: Enable TPM by default, add --disable-tpm
Cole Robinson
1
-1
/
+4
2014-06-24
Fix new typos (found by codespell)
Stefan Weil
6
-7
/
+7
2014-06-24
virtio-serial: remove useless set_config function
Paolo Bonzini
1
-8
/
+0
2014-06-24
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140623' i...
Peter Maydell
11
-76
/
+2872
2014-06-24
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
75
-1316
/
+2050
2014-06-24
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
28
-121
/
+469
2014-06-23
Merge remote-tracking branch 'remotes/rth/tcg-ppc-merge-1' into staging
Peter Maydell
15
-3709
/
+2055
2014-06-23
vmstate: Refactor & increase tests for primitive types
Juan Quintela
1
-61
/
+212
2014-06-23
vmstate: Return error in case of error
Juan Quintela
1
-0
/
+4
2014-06-23
migration: Remove unneeded minimum_version_id_old
Juan Quintela
1
-5
/
+2
2014-06-23
tests: vmstate static checker: add size mismatch inside substructure
Amit Shah
1
-1
/
+1
2014-06-23
tests: vmstate static checker: add substructure for usb-kbd for hid section
Amit Shah
1
-51
/
+64
2014-06-23
tests: vmstate static checker: remove Subsections
Amit Shah
1
-15
/
+0
2014-06-23
tests: vmstate static checker: remove a subsection
Amit Shah
1
-13
/
+0
2014-06-23
tests: vmstate static checker: remove Description inside Fields
Amit Shah
1
-26
/
+1
2014-06-23
tests: vmstate static checker: remove Description
Amit Shah
1
-32
/
+1
2014-06-23
tests: vmstate static checker: remove Fields
Amit Shah
1
-113
/
+1
2014-06-23
tests: vmstate static checker: change description name
Amit Shah
1
-1
/
+1
2014-06-23
tests: vmstate static checker: remove last field in a struct
Amit Shah
1
-6
/
+0
2014-06-23
tests: vmstate static checker: remove a field
Amit Shah
1
-6
/
+0
2014-06-23
tests: vmstate static checker: remove a section
Amit Shah
1
-1
/
+1
2014-06-23
tests: vmstate static checker: minimum_version_id check
Amit Shah
1
-1
/
+1
2014-06-23
tests: vmstate static checker: version mismatch inside a Description
Amit Shah
1
-1
/
+1
2014-06-23
tests: vmstate static checker: add version error in main section
Amit Shah
1
-1
/
+1
2014-06-23
tests: vmstate static checker: incompat machine types
Amit Shah
1
-1
/
+1
2014-06-23
tests: vmstate static checker: add dump1 and dump2 files
Amit Shah
2
-0
/
+2326
2014-06-23
vmstate-static-checker: script to validate vmstate changes
Amit Shah
1
-0
/
+345
2014-06-23
migration: dump vmstate info as a json file for static analysis
Amit Shah
4
-0
/
+168
2014-06-23
rdma: bug fixes
Michael R. Hines
1
-10
/
+10
2014-06-23
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140623-2' into staging
Peter Maydell
3
-9
/
+75
2014-06-23
monitor: protect event emission
Paolo Bonzini
1
-0
/
+16
2014-06-23
monitor: protect outbuf and mux_out with mutex
Paolo Bonzini
1
-9
/
+36
2014-06-23
qemu-char: make writes thread-safe
Paolo Bonzini
2
-16
/
+53
[next]