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-05-08
pci-assign: assigned_initfn(): set monitor error in common error handler
Laszlo Ersek
1
-16
/
+10
2014-05-08
pci-assign: propagate errors from assign_intx()
Laszlo Ersek
1
-11
/
+28
2014-05-08
pci-assign: propagate errors from assign_device()
Laszlo Ersek
1
-14
/
+15
2014-05-08
pci-assign: propagate errors from assigned_dev_register_regions()
Laszlo Ersek
1
-10
/
+13
2014-05-08
pci-assign: propagate errors from assigned_dev_register_msix_mmio()
Laszlo Ersek
1
-5
/
+7
2014-05-08
pci-assign: propagate errors from assigned_device_pci_cap_init()
Laszlo Ersek
1
-26
/
+19
2014-05-08
pci-assign: propagate errors from get_real_device()
Laszlo Ersek
1
-20
/
+20
2014-05-08
pci-assign: assignment should fail if we can't read config space
Laszlo Ersek
1
-0
/
+1
2014-05-08
pci-assign: accept Error from pci_add_capability2()
Laszlo Ersek
1
-7
/
+28
2014-05-08
pci: add Error-propagating pci_add_capability2()
Laszlo Ersek
2
-6
/
+30
2014-05-08
pci-assign: propagate Error from check_irqchip_in_kernel()
Laszlo Ersek
1
-8
/
+17
2014-05-08
pci-assign: propagate errors from get_real_id()
Laszlo Ersek
1
-18
/
+27
2014-05-08
pci-assign: make assign_failed_examine() just format the cause
Laszlo Ersek
1
-11
/
+19
2014-05-08
pci-assign: accept Error from monitor_handle_fd_param2()
Laszlo Ersek
1
-2
/
+7
2014-05-08
monitor: add Error-propagating monitor_handle_fd_param2()
Laszlo Ersek
2
-5
/
+23
2014-05-08
cutils: tighten qemu_parse_fd()
Laszlo Ersek
1
-3
/
+10
2014-05-08
qapi: treat all negative return of strtosz_suffix() as error
Amos Kong
1
-5
/
+6
2014-05-08
qapi: Add a primitive to include other files from a QAPI schema file
Lluís Vilanova
44
-13
/
+110
2014-05-08
qapi: Use an explicit input file
Lluís Vilanova
25
-42
/
+54
2014-05-08
qapi: [trivial] Do not catch unknown exceptions in "test-qapi.py"
Lluís Vilanova
1
-3
/
+0
2014-05-08
qapi: [trivial] Break long command lines
Lluís Vilanova
2
-10
/
+32
2014-05-08
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-7' into staging
Peter Maydell
1
-1
/
+9
2014-05-08
spice: fix libvirt snapshots
Gerd Hoffmann
1
-0
/
+8
2014-05-08
spice: fix "info spice"
Gerd Hoffmann
1
-1
/
+1
2014-05-07
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-07' in...
Peter Maydell
30
-74
/
+73
2014-05-07
Merge remote-tracking branch 'remotes/sstabellini/xen-140507-2' into staging
Peter Maydell
21
-133
/
+227
2014-05-07
libcacard: remove unnecessary EOL from debug prints
Alon Levy
1
-2
/
+2
2014-05-07
docs/memory.txt: Fix document on MMIO operations
Fam Zheng
2
-6
/
+6
2014-05-07
readline: Sort completions before printing them.
Hani Benhabiles
1
-0
/
+7
2014-05-07
readline: use g_strndup instead of open-coding it
Michael Tokarev
1
-3
/
+1
2014-05-07
qmp: report path ambiguity error
Michael Tokarev
1
-1
/
+5
2014-05-07
libcacard: replace pstrcpy() with memcpy()
Michael Tokarev
1
-1
/
+2
2014-05-07
glib: move g_poll() replacement into glib-compat.h
Stefan Hajnoczi
2
-12
/
+12
2014-05-07
do not call g_thread_init() for glib >= 2.31
Michael Tokarev
2
-17
/
+11
2014-05-07
hw/9pfs: Add include file for exported symbol
Stefan Weil
1
-0
/
+1
2014-05-07
xen: remove unused global, xen_xcg
Jim Meyering
1
-1
/
+0
2014-05-07
hw: Add missing 'static' attributes
Stefan Weil
6
-8
/
+8
2014-05-07
qemu-timer: Add missing 'static' attribute
Stefan Weil
1
-1
/
+1
2014-05-07
ui: Add missing 'static' attribute
Stefan Weil
1
-1
/
+1
2014-05-07
monitor: Add missing 'static' attribute
Stefan Weil
1
-1
/
+1
2014-05-07
hw/s390x: Add missing 'static' attribute
Stefan Weil
1
-1
/
+1
2014-05-07
hw/mips: Add missing 'static' and 'const' attributes
Stefan Weil
1
-1
/
+1
2014-05-07
hw/9pfs: Add missing 'static' attributes
Stefan Weil
2
-3
/
+3
2014-05-07
arch_init: Be sure of only one exit entry with DPRINTF() for ram_load()
Chen Gang
1
-4
/
+8
2014-05-07
tests/tcg: Fix compilation of test_path
Peter Maydell
2
-9
/
+0
2014-05-07
qga: Fix typo (plural) in comment
Stefan Weil
1
-1
/
+1
2014-05-07
configure: remove bashism
Michael Tokarev
1
-1
/
+1
2014-05-07
xen_disk: add discard support
Olaf Hering
3
-0
/
+52
2014-05-07
pass an inclusive address range to xc_domain_pin_memory_cacheattr
Stefano Stabellini
1
-1
/
+1
2014-05-07
xen: factor out common functions
Wei Liu
5
-125
/
+161
[next]