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-12-14
tpm-tis: check that at most one TPM device exists
Marc-André Lureau
1
-0
/
+5
2017-12-14
tpm-tis: remove redundant 'tpm_tis:' in error messages
Marc-André Lureau
1
-4
/
+4
2017-12-14
tpm-emulator: add a FIXME comment about blocking cancel
Marc-André Lureau
1
-0
/
+1
2017-12-14
acpi: change TPM TIS data conditions
Marc-André Lureau
2
-4
/
+11
2017-12-14
tpm: add tpm_cmd_get_size() to tpm_util
Marc-André Lureau
2
-2
/
+9
2017-12-14
tpm: add TPM interface to lookup TPM version
Marc-André Lureau
2
-5
/
+5
2017-12-14
tpm: lookup the the TPM interface instead of TIS device
Marc-André Lureau
2
-11
/
+16
2017-12-14
tpm: rename qemu_find_tpm() -> qemu_find_tpm_be()
Marc-André Lureau
3
-3
/
+3
2017-12-14
tpm-tis: simplify header inclusion
Marc-André Lureau
1
-9
/
+4
2017-12-14
tpm-passthrough: workaround a possible race
Marc-André Lureau
1
-2
/
+2
2017-12-14
tpm-passthrough: simplify create()
Marc-André Lureau
1
-26
/
+10
2017-12-14
tpm-passthrough: make it safer to destroy after creation
Marc-André Lureau
1
-2
/
+6
2017-12-14
tpm-backend: move set 'id' to common code
Marc-André Lureau
4
-17
/
+9
2017-12-14
tpm-passthrough: pass TPMPassthruState to handle_device_opts
Marc-André Lureau
1
-3
/
+3
2017-12-14
tpm-be: update optional function pointers
Marc-André Lureau
2
-9
/
+5
2017-12-14
tpm-passthrough: don't save guessed cancel_path in options
Marc-André Lureau
1
-3
/
+1
2017-12-14
tpm: remove unused opened code
Marc-André Lureau
3
-60
/
+0
2017-12-14
tpm-be: ask model to the TPM interface
Marc-André Lureau
5
-6
/
+6
2017-12-14
tpm-be: report error instead of front-end
Marc-André Lureau
3
-5
/
+5
2017-12-14
tpm-be: call request_completed() out of thread
Marc-André Lureau
6
-29
/
+27
2017-12-14
tpm-tis: no longer expose TPMState
Marc-André Lureau
2
-4
/
+2
2017-12-14
tpm-backend: store TPMIf interface, improve backend_init()
Marc-André Lureau
6
-11
/
+18
2017-12-14
tpm: move TpmIf in include/sysemu/tpm.h
Marc-André Lureau
3
-22
/
+20
2017-12-14
tpm-tis: remove unused locty_number
Marc-André Lureau
1
-1
/
+0
2017-12-14
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20171214' into s...
Peter Maydell
7
-112
/
+5
2017-12-14
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171213'...
Peter Maydell
46
-828
/
+1833
2017-12-14
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20171213.0' i...
Peter Maydell
2
-2
/
+8
2017-12-14
tests: test-hmp: print command execution result
Vadim Galitsyn
1
-2
/
+5
2017-12-14
hmp-commands: Remove the deprecated usb_add and usb_del
Thomas Huth
6
-110
/
+0
2017-12-13
xilinx_spips: Use memset instead of a for loop to zero registers
Alistair Francis
1
-8
/
+3
2017-12-13
xilinx_spips: Set all of the reset values
Alistair Francis
2
-6
/
+31
2017-12-13
xilinx_spips: Update the QSPI Mod ID reset value
Alistair Francis
1
-0
/
+1
2017-12-13
MAINTAINERS: replace the unavailable email address
Zhaoshenglong
1
-1
/
+1
2017-12-13
hw/display/tc6393xb: limit irq handler index to TC6393XB_GPIOS
Prasad J Pandit
1
-0
/
+1
2017-12-13
nvic: Make systick banked
Peter Maydell
2
-14
/
+80
2017-12-13
nvic: Make nvic_sysreg_ns_ops work with any MemoryRegion
Peter Maydell
1
-3
/
+7
2017-12-13
target/arm: Extend PAR format determination
Edgar E. Iglesias
1
-4
/
+29
2017-12-13
target/arm: Remove fsr argument from get_phys_addr() and arm_tlb_fill()
Peter Maydell
3
-34
/
+16
2017-12-13
target/arm: Ignore fsr from get_phys_addr() in do_ats_write()
Peter Maydell
1
-6
/
+10
2017-12-13
target/arm: Use ARMMMUFaultInfo in deliver_fault()
Peter Maydell
1
-57
/
+22
2017-12-13
target/arm: Convert get_phys_addr_pmsav8() to not return FSC values
Peter Maydell
1
-11
/
+18
2017-12-13
target/arm: Convert get_phys_addr_pmsav7() to not return FSC values
Peter Maydell
1
-4
/
+7
2017-12-13
target/arm: Convert get_phys_addr_pmsav5() to not return FSC values
Peter Maydell
1
-7
/
+13
2017-12-13
target/arm: Convert get_phys_addr_lpae() to not return FSC values
Peter Maydell
1
-23
/
+18
2017-12-13
target/arm: Convert get_phys_addr_v6() to not return FSC values
Peter Maydell
1
-18
/
+22
2017-12-13
target/arm: Convert get_phys_addr_v5() to not return FSC values
Peter Maydell
1
-15
/
+18
2017-12-13
target/arm: Remove fsr argument from arm_ld*_ptw()
Peter Maydell
1
-13
/
+11
2017-12-13
target/arm: Provide fault type enum and FSR conversion functions
Peter Maydell
1
-0
/
+185
2017-12-13
target/arm: Implement TT instruction
Peter Maydell
3
-1
/
+138
2017-12-13
target/arm: Factor MPU lookup code out of get_phys_addr_pmsav8()
Peter Maydell
1
-51
/
+79
[next]