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
2017-10-17
ppc: pnv: use generic cpu_model parsing
Igor Mammedov
3
-17
/
+15
2017-10-17
ppc: spapr: use generic cpu_model parsing
Igor Mammedov
7
-39
/
+24
2017-10-17
ppc: move ppc_cpu_lookup_alias() before its first user
Igor Mammedov
1
-13
/
+13
2017-10-17
ppc: spapr: use cpu model names as tcg defaults instead of aliases
Igor Mammedov
1
-2
/
+2
2017-10-17
ppc: spapr: register 'host' core type along with the rest of core types
Igor Mammedov
3
-13
/
+4
2017-10-17
ppc: spapr: use cpu type name directly
Igor Mammedov
4
-14
/
+10
2017-10-17
ppc: spapr: define core types statically
Igor Mammedov
2
-59
/
+30
2017-10-17
ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()
Igor Mammedov
5
-52
/
+59
2017-10-17
ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()
Igor Mammedov
3
-32
/
+4
2017-10-17
ppc: 40p/prep: replace cpu_model with cpu_type
Igor Mammedov
1
-8
/
+4
2017-10-17
ppc: virtex-ml507: replace cpu_model with cpu_type
Igor Mammedov
1
-7
/
+4
2017-10-17
ppc: replace cpu_model with cpu_type on ref405ep,taihu boards
Igor Mammedov
2
-4
/
+6
2017-10-17
ppc: bamboo: use generic cpu_model parsing
Igor Mammedov
1
-5
/
+2
2017-10-17
ppc: mac_oldworld: use generic cpu_model parsing
Igor Mammedov
1
-4
/
+2
2017-10-17
ppc: mac_newworld: use generic cpu_model parsing
Igor Mammedov
1
-9
/
+6
2017-10-17
ppc: mpc8544ds/e500plat: use generic cpu_model parsing
Igor Mammedov
3
-7
/
+4
2017-10-17
qom: add helper macro DEFINE_TYPES()
Igor Mammedov
1
-0
/
+36
2017-10-17
qom: introduce type_register_static_array()
Igor Mammedov
2
-0
/
+19
2017-10-17
hw/ppc/spapr.c: abort unplug_request if previous unplug isn't done
Daniel Henrique Barboza
1
-2
/
+14
2017-10-17
target/ppc: Fix carry flag setting for shift algebraic instructions
Sandipan Das
2
-8
/
+20
2017-10-17
target/ppc: Add POWER9 DD2.0 model information
David Gibson
3
-2
/
+6
2017-10-17
spapr: sanity check size of the CAS buffer
Greg Kurz
1
-0
/
+7
2017-10-17
spapr: fix OF word name in comment
Greg Kurz
1
-1
/
+2
2017-10-17
target/ppc: Remove unused PPC 460 and 460F definitions
Thomas Huth
1
-217
/
+0
2017-10-17
hw/ppc: use 0 instead of fdt_path_offset(fdt, "/")
Greg Kurz
2
-4
/
+2
2017-10-17
macio: add missing registers to VMStateDescription
Mark Cave-Ayland
1
-1
/
+3
2017-10-16
Add myself as maintainer for TPM code
Stefan Berger
1
-1
/
+3
2017-10-16
filter-mirror: segfault when specifying non existent device
Eduardo Otubo
1
-0
/
+6
2017-10-16
MAINTAINERS: Track default-configs/pci.mak
Fam Zheng
1
-0
/
+1
2017-10-16
MAINTAINERS: Fix Sun4v file
Fam Zheng
1
-1
/
+1
2017-10-16
MAINTAINERS: Clean up SCSI device section
Fam Zheng
1
-6
/
+0
2017-10-16
include/hw/or-irq.h: Drop unused in_irqs field
Peter Maydell
1
-1
/
+0
2017-10-16
io: Add missing GCC_FMT_ATTR (fix -Werror=suggest-attribute=format)
Stefan Weil
1
-3
/
+4
2017-10-16
os-posix: Drop misleading comment
Markus Armbruster
1
-1
/
+0
2017-10-16
linux-user: Add some random ioctls
Marco A L Barbosa
3
-0
/
+13
2017-10-16
futex: add missing header guards
Emilio G. Cota
1
-0
/
+5
2017-10-16
ui/gtk: Fix deprecation of vte_terminal_copy_clipboard
Anthony PERARD
1
-0
/
+5
2017-10-16
gitignore: ignore check-qlit test
Carlo Marcelo Arenas Belón
1
-0
/
+1
2017-10-16
linux-user: remove duplicate break in syscall
Carlo Marcelo Arenas Belón
1
-1
/
+0
2017-10-16
qemu-doc.texi: remove trailing whitespace
Michael Tokarev
1
-1
/
+1
2017-10-16
Merge remote-tracking branch 'remotes/huth/tags/pull-request-2017-10-16' into...
Peter Maydell
14
-27
/
+32
2017-10-16
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
100
-159
/
+985
2017-10-16
target/i386: trap on instructions longer than >15 bytes
Paolo Bonzini
1
-7
/
+22
2017-10-16
target/i386: introduce x86_ld*_code
Paolo Bonzini
1
-103
/
+125
2017-10-16
tco: add trace events
Paolo Bonzini
2
-2
/
+13
2017-10-16
docs/devel/loads-stores.rst: Document our various load and store APIs
Peter Maydell
1
-0
/
+396
2017-10-16
nios2: define tcg_env
Paolo Bonzini
1
-0
/
+1
2017-10-16
build: remove CONFIG_LIBDECNUMBER
Paolo Bonzini
10
-13
/
+6
2017-10-16
io: fix mem leak in websock error path
Daniel P. Berrange
1
-1
/
+2
2017-10-16
io: add trace points for websocket HTTP protocol headers
Daniel P. Berrange
2
-0
/
+6
[prev]
[next]