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: 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/bonzini/tags/for-upstream' into staging
Peter Maydell
31
-224
/
+777
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-19
seabios: update to 1.11 prerelease
Gerd Hoffmann
10
-0
/
+4
2017-10-19
sun4u: fix assert when adding NICs which aren't the in-built model
Mark Cave-Ayland
1
-2
/
+2
2017-10-19
sun4u: update PCI topology to include simba PCI bridges
Mark Cave-Ayland
3
-28
/
+79
2017-10-18
scsi: reject configurations with logical block size > physical block size
Mark Kanda
1
-0
/
+8
2017-10-18
qdev: defer DEVICE_DEL event until instance_finalize()
Michael Roth
1
-11
/
+12
2017-10-18
Revert "qdev: Free QemuOpts when the QOM path goes away"
Michael Roth
1
-3
/
+1
2017-10-18
qdev: store DeviceState's canonical path to use when unparenting
Michael Roth
2
-3
/
+15
2017-10-18
qemu-pr-helper: use new libmultipath API
Paolo Bonzini
2
-5
/
+24
2017-10-18
watch_mem_write: implement 8-byte accesses
Paolo Bonzini
1
-0
/
+16
2017-10-18
notdirty_mem_write: implement 8-byte accesses
Andrew Baumann
1
-0
/
+13
2017-10-18
memory: reuse section_from_flat_range()
David Hildenbrand
1
-8
/
+2
2017-10-18
kvm: simplify kvm_align_section()
David Hildenbrand
1
-12
/
+6
2017-10-18
kvm: region_add and region_del is not called on updates
David Hildenbrand
1
-7
/
+1
2017-10-18
kvm: fix error message when failing to unregister slot
David Hildenbrand
1
-1
/
+1
2017-10-18
kvm: tolerate non-existing slot for log_start/log_stop/log_sync
David Hildenbrand
1
-4
/
+4
2017-10-18
kvm: fix alignment of ram address
David Hildenbrand
1
-1
/
+2
2017-10-18
memory: call log_start after region_add
David Hildenbrand
1
-3
/
+3
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
[prev]
[next]