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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2019-06-12
tests/docker: Update the Ubuntu image to 19.04
Alex Bennée
1
-5
/
+14
2019-06-12
tests/docker: Update the Fedora cross compile images to 30
Alex Bennée
2
-2
/
+2
2019-06-12
tests/docker: Update the Fedora image to Fedora 30
Philippe Mathieu-Daudé
1
-1
/
+1
2019-06-12
qemu-io-cmds: use clock_gettime for benchmarking
Alex Bennée
1
-39
/
+38
2019-06-12
editorconfig: add setting for shell scripts
Alex Bennée
1
-0
/
+4
2019-06-12
qapi: Simplify how QAPIDoc implements its state machine
Markus Armbruster
1
-57
/
+68
2019-06-12
file-posix: Add dynamic-auto-read-only QAPI feature
Kevin Wolf
1
-1
/
+12
2019-06-12
qapi: Allow documentation for features
Kevin Wolf
2
-4
/
+51
2019-06-12
qapi: Disentangle QAPIDoc code
Kevin Wolf
1
-25
/
+102
2019-06-12
tests/qapi-schema: Error case tests for features in structs
Kevin Wolf
25
-0
/
+37
2019-06-12
tests/qapi-schema: Test for good feature lists in structs
Kevin Wolf
4
-0
/
+94
2019-06-12
qapi: Add feature flags to struct types
Kevin Wolf
10
-18
/
+114
2019-06-12
block/gluster: update .help of BLOCK_OPT_PREALLOC option
Stefano Garzarella
1
-1
/
+8
2019-06-12
block/file-posix: update .help of BLOCK_OPT_PREALLOC option
Stefano Garzarella
1
-1
/
+5
2019-06-12
qapi/block-core: update documentation of preallocation parameter
Stefano Garzarella
1
-6
/
+14
2019-06-12
qdev: Delete unused LostTickPolicy "merge"
Markus Armbruster
1
-5
/
+1
2019-06-12
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...
Peter Maydell
9
-238
/
+368
2019-06-12
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-06-11-v3' in...
Peter Maydell
1343
-715
/
+1624
2019-06-12
MAINTAINERS: Polish headline decorations
Markus Armbruster
1
-13
/
+11
2019-06-12
MAINTAINERS: Improve section headlines
Markus Armbruster
1
-40
/
+40
2019-06-12
MAINTAINERS: Remove duplicate entries of qemu-devel@nongnu.org
Philippe Mathieu-Daudé
1
-11
/
+0
2019-06-12
Clean up a header guard symbols (again)
Markus Armbruster
4
-9
/
+12
2019-06-12
Supply missing header guards
Markus Armbruster
84
-7
/
+419
2019-06-12
Clean up a few header guard symbols
Markus Armbruster
7
-19
/
+18
2019-06-12
scripts/clean-header-guards: Fix handling of trailing comments
Markus Armbruster
1
-5
/
+7
2019-06-12
Normalize position of header guard
Markus Armbruster
13
-43
/
+35
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
485
-397
/
+103
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
761
-131
/
+875
2019-06-12
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...
Peter Maydell
2
-5
/
+142
2019-06-12
ppc/xive: Make XIVE generate the proper interrupt types
Benjamin Herrenschmidt
2
-4
/
+21
2019-06-12
ppc/pnv: activate the "dumpdtb" option on the powernv machine
Cédric Le Goater
1
-0
/
+2
2019-06-12
target/ppc: Use tcg_gen_gvec_bitsel
Richard Henderson
1
-22
/
+2
2019-06-12
spapr: Allow hot plug/unplug of PCI bridges and devices under PCI bridges
David Gibson
1
-13
/
+102
2019-06-12
spapr: Direct all PCI hotplug to host bridge, rather than P2P bridge
David Gibson
1
-0
/
+11
2019-06-12
spapr: Don't use bus number for building DRC ids
David Gibson
1
-14
/
+40
2019-06-12
spapr: Clean up DRC index construction
David Gibson
1
-56
/
+68
2019-06-12
spapr: Clean up spapr_drc_populate_dt()
David Gibson
4
-15
/
+11
2019-06-12
spapr: Clean up dt creation for PCI buses
David Gibson
3
-72
/
+79
2019-06-12
spapr: Clean up device tree construction for PCI devices
David Gibson
1
-64
/
+55
2019-06-12
spapr: Clean up device node name generation for PCI devices
David Gibson
1
-25
/
+16
2019-06-12
target/ppc: Fix lxvw4x, lxvh8x and lxvb16x
Anton Blanchard
1
-6
/
+7
2019-06-12
spapr_pci: Improve error message
Greg Kurz
1
-1
/
+8
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
22
-24
/
+50
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
33
-18
/
+56
2019-06-11
travis: Make check-acceptance job more verbose
Eduardo Habkost
1
-1
/
+1
2019-06-11
BootLinuxConsoleTest: Run kerneltests BusyBox on Malta
Philippe Mathieu-Daudé
1
-0
/
+49
2019-06-11
BootLinuxConsoleTest: Test nanoMIPS kernels on the I7200 CPU
Philippe Mathieu-Daudé
1
-0
/
+58
2019-06-11
BootLinuxConsoleTest: Test the SmartFusion2 board
Philippe Mathieu-Daudé
1
-0
/
+27
2019-06-11
BootLinuxConsoleTest: Do not log empty lines
Philippe Mathieu-Daudé
1
-2
/
+4
2019-06-11
tests/boot_linux_console: Let extract_from_deb handle various compressions
Philippe Mathieu-Daudé
1
-2
/
+3
[prev]
[next]