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
2017-10-19
tpm: move recv_data_callback to TPM interface
Marc-André Lureau
6
-15
/
+15
2017-10-19
tpm: add a QOM TPM interface
Marc-André Lureau
3
-0
/
+29
2017-10-19
tpm-tis: fold TPMTISEmuState in TPMState
Marc-André Lureau
1
-179
/
+157
2017-10-19
tpm-tis: remove tpm_tis.h header
Marc-André Lureau
3
-96
/
+71
2017-10-19
tpm-tis: move TPMState to TIS header
Marc-André Lureau
3
-21
/
+22
2017-10-19
tpm: remove locty_data from TPMState
Marc-André Lureau
3
-11
/
+6
2017-10-19
tpm-emulator: fix error handling
Marc-André Lureau
1
-6
/
+8
2017-10-19
tpm: add TPMBackendCmd to hold the request state
Marc-André Lureau
6
-44
/
+50
2017-10-19
tpm: remove locty argument from receive_cb
Marc-André Lureau
4
-9
/
+5
2017-10-19
tpm: remove needless cast
Marc-André Lureau
1
-1
/
+1
2017-10-19
tpm: remove unused TPMBackendCmd
Marc-André Lureau
4
-58
/
+29
2017-10-19
tpm: remove configure_tpm() hop
Marc-André Lureau
1
-6
/
+1
2017-10-19
tpm: remove init() class method
Marc-André Lureau
2
-5
/
+1
2017-10-19
tpm: remove TPMDriverOps
Marc-André Lureau
6
-68
/
+53
2017-10-19
tpm: move TPMSizedBuffer to tpm_tis.h
Marc-André Lureau
2
-5
/
+5
2017-10-19
tpm: remove tpm_register_driver()
Marc-André Lureau
4
-11
/
+0
2017-10-19
tpm: replace tpm_get_backend_driver() to drop be_drivers
Marc-André Lureau
1
-8
/
+3
2017-10-19
tpm: lookup tpm backend class in tpm_driver_find_by_type()
Marc-André Lureau
1
-8
/
+21
2017-10-19
tpm: make tpm_get_backend_driver() static
Marc-André Lureau
2
-2
/
+1
2017-10-19
tpm-tis: remove RAISE_STS_IRQ
Marc-André Lureau
1
-23
/
+1
2017-10-19
tpm-tis: remove unused hw_access argument
Marc-André Lureau
1
-10
/
+3
2017-10-19
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int...
Peter Maydell
11
-24
/
+140
2017-10-19
Merge remote-tracking branch 'remotes/kraxel/tags/opengl-20171017-pull-reques...
Peter Maydell
18
-76
/
+284
2017-10-19
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20171017-pull-request' ...
Peter Maydell
2
-14
/
+25
2017-10-17
linux-user: Fix TARGET_MTIOCTOP/MTIOCGET/MTIOCPOS values
Peter Maydell
1
-3
/
+28
2017-10-17
linux-user/main: support dfilter
Alex Bennée
1
-0
/
+7
2017-10-17
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171017' int...
Peter Maydell
33
-614
/
+378
2017-10-17
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
11
-15
/
+35
2017-10-17
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-10-16-1' in...
Peter Maydell
4
-124
/
+187
2017-10-17
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+2
2017-10-17
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20171016-pull-request' i...
Peter Maydell
47
-2067
/
+24555
2017-10-17
egl-headless: add dmabuf support
Gerd Hoffmann
1
-2
/
+57
2017-10-17
egl-helpers: add egl_texture_blit and egl_texture_blend
Gerd Hoffmann
2
-0
/
+31
2017-10-17
egl-helpers: add dmabuf import support
Gerd Hoffmann
2
-0
/
+49
2017-10-17
opengl: add flipping vertex shader
Gerd Hoffmann
5
-6
/
+24
2017-10-17
opengl: move shader init from console-gl.c to shader.c
Gerd Hoffmann
12
-73
/
+69
2017-10-17
console: add support for dmabufs
Gerd Hoffmann
3
-0
/
+59
2017-10-17
cirrus: fix oob access in mode4and5 write functions
Gerd Hoffmann
1
-4
/
+2
2017-10-17
vga: add ram_addr_t cast
Gerd Hoffmann
1
-1
/
+1
2017-10-17
vga: handle cirrus vbe mode wraparounds.
Gerd Hoffmann
1
-7
/
+21
2017-10-17
vga: drop line_offset variable
Gerd Hoffmann
1
-4
/
+3
2017-10-17
spapr_cpu_core: rewrite machine type sanity check
Greg Kurz
1
-4
/
+8
2017-10-17
spapr_pci: fail gracefully with non-pseries machine types
Greg Kurz
1
-1
/
+11
2017-10-17
spapr: Correct RAM size calculation for HPT resizing
David Gibson
1
-2
/
+2
2017-10-17
ppc: pnv: consolidate type definitions and batch register them
Igor Mammedov
1
-58
/
+34
2017-10-17
ppc: pnv: drop PnvChipClass::cpu_model field
Igor Mammedov
4
-19
/
+13
2017-10-17
ppc: pnv: define core types statically
Igor Mammedov
1
-28
/
+20
2017-10-17
ppc: pnv: drop PnvCoreClass::cpu_oc field
Igor Mammedov
2
-7
/
+12
2017-10-17
ppc: pnv: normalize core/chip type names
Igor Mammedov
4
-6
/
+11
2017-10-17
ppc: pnv: use generic cpu_model parsing
Igor Mammedov
3
-17
/
+15
[next]