index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
tpm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-28
clean-up: removed duplicate #includes
Anand J
1
-1
/
+0
2016-10-28
hw/tpm/tpm_passthrough: Simplify if-statements a little bit
Thomas Huth
1
-4
/
+2
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
1
-3
/
+4
2016-04-13
tpm: Fix write to file descriptor function
Stefan Berger
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-29
hw: Clean up includes
Peter Maydell
3
-1
/
+3
2016-01-15
qemu-char: delete send_all/recv_all helper methods
Daniel P. Berrange
1
-2
/
+27
2016-01-13
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-1
/
+1
2015-11-17
tpm: avoid clang shifting negative signed warning
Stefan Hajnoczi
1
-1
/
+1
2015-09-11
maint: remove unused include for dirent.h
Daniel P. Berrange
1
-2
/
+0
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-01
TPM2 ACPI table support
Stefan Berger
1
-0
/
+11
2015-05-31
tpm: Probe for connected TPM 1.2 or TPM 2
Stefan Berger
5
-54
/
+167
2015-05-31
Extend TPM TIS interface to support TPM 2
Stefan Berger
4
-9
/
+115
2015-04-30
tpm: fix coding style
Stefan Berger
1
-2
/
+2
2015-04-30
tpm: Modify DPRINTF to enable -Wformat checking
Stefan Berger
2
-17
/
+13
2015-04-30
tpm: Cast 64bit variables to int when used in DPRINTF
Stefan Berger
1
-4
/
+4
2015-03-19
Fix remaining warnings from Sparse (void return)
Stefan Weil
1
-1
/
+1
2015-03-11
tpm: Move memory subregion function into realize function
Stefan Berger
1
-3
/
+3
2015-03-10
tpm: Remove superfluous '\n' around error_report()
Gonglei
1
-6
/
+6
2015-03-01
tpm: Support for capability flags of TIS 1.3
Stefan Berger
1
-1
/
+8
2015-03-01
tpm: Support for TIS selftest done flag
Stefan Berger
3
-18
/
+78
2015-03-01
tpm: Support for XFIFO register
Stefan Berger
1
-0
/
+4
2015-03-01
tpm: Allow 32 & 16 bit accesses to the registers
Stefan Berger
1
-13
/
+47
2015-03-01
tpm: Extend sts register to 32 bit
Stefan Berger
1
-1
/
+1
2014-12-10
Drop superfluous conditionals around g_strdup()
Markus Armbruster
1
-3
/
+1
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-1
/
+1
2014-08-25
Add ACPI tables for TPM
Stefan Berger
1
-7
/
+1
2014-08-18
tpm_tis: remove instance_finalize callback
Paolo Bonzini
1
-8
/
+0
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
1
-1
/
+0
2013-08-22
aio / timers: Untangle include files
Alex Bligh
1
-0
/
+1
2013-07-04
hw/t*: pass owner to memory_region_init* functions
Paolo Bonzini
1
-1
/
+2
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-1
/
+1
2013-04-23
Move TPM passthrough specific command line options to backend structure
Stefan Berger
2
-0
/
+23
2013-04-22
tpm: Simplify creation of cancel path
Stefan Berger
1
-57
/
+17
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2
-2
/
+2
2013-04-15
tpm: reorganize headers and split hardware part
Paolo Bonzini
5
-0
/
+1643