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-09-05
qemu.py: make VM() a context manager
Stefan Hajnoczi
1
-1
/
+15
2017-09-04
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170904-...
Peter Maydell
33
-291
/
+677
2017-09-04
arm_gicv3_kvm: Fix compile warning
Pranith Kumar
1
-1
/
+1
2017-09-04
target/arm: Fix aa64 ldp register writeback
Richard Henderson
1
-12
/
+17
2017-09-04
hw/arm/digic: Mark device with user_creatable = false
Thomas Huth
1
-0
/
+2
2017-09-04
hw/arm/aspeed_soc: Mark devices as user_creatable = false
Thomas Huth
1
-0
/
+2
2017-09-04
target/arm: Allow deliver_fault() caller to specify EA bit
Peter Maydell
2
-5
/
+7
2017-09-04
target/arm: Factor out fault delivery code
Peter Maydell
1
-53
/
+57
2017-09-04
cputlb: Support generating CPU exceptions on memory transaction failures
Peter Maydell
2
-4
/
+32
2017-09-04
cpu: Define new cpu_transaction_failed() hook
Peter Maydell
1
-0
/
+22
2017-09-04
memory.h: Move MemTxResult type to memattrs.h
Peter Maydell
2
-10
/
+10
2017-09-04
aspeed_soc: Propagate silicon-rev to watchdog
Andrew Jeffery
1
-0
/
+2
2017-09-04
watchdog: wdt_aspeed: Add support for the reset width register
Andrew Jeffery
2
-11
/
+84
2017-09-04
target/arm/kvm: pmu: improve error handling
Andrew Jones
4
-29
/
+29
2017-09-04
hw/arm/virt: allow pmu instantiation with userspace irqchip
Andrew Jones
3
-4
/
+8
2017-09-04
target/arm/kvm: pmu: split init and set-irq stages
Andrew Jones
4
-32
/
+49
2017-09-04
hw/arm/virt: add pmu interrupt state
Andrew Jones
3
-0
/
+7
2017-09-04
hw/arm: use defined type name instead of hard-coded string
Philippe Mathieu-Daudé
6
-18
/
+27
2017-09-04
loader: Ignore zero-sized ELF segments
Peter Maydell
1
-7
/
+17
2017-09-04
loader: Handle ELF files with overlapping zero-initialized data
Peter Maydell
1
-0
/
+48
2017-09-04
nvic: Implement "user accesses BusFault" SCS region behaviour
Peter Maydell
1
-17
/
+41
2017-09-04
armv7m_nvic.h: Move from include/hw/arm to include/hw/intc
Peter Maydell
3
-2
/
+2
2017-09-04
target/arm: Create and use new function arm_v7m_is_handler_mode()
Peter Maydell
2
-6
/
+12
2017-09-04
target/arm: Don't calculate lr in arm_v7m_cpu_do_interrupt() until needed
Peter Maydell
1
-7
/
+8
2017-09-04
target/arm: Make arm_cpu_dump_state() handle the M-profile XPSR
Peter Maydell
1
-18
/
+40
2017-09-04
target/arm: Don't use cpsr_write/cpsr_read to transfer M profile XPSR
Peter Maydell
1
-15
/
+34
2017-09-04
target/arm: Don't store M profile PRIMASK and FAULTMASK in daif
Peter Maydell
5
-21
/
+43
2017-09-04
target/arm: Define and use XPSR bit masks
Peter Maydell
2
-17
/
+36
2017-09-04
target/arm: Fix outdated comment about exception exit
Peter Maydell
1
-1
/
+1
2017-09-04
target/arm: Remove incorrect comment about MPU_CTRL
Peter Maydell
1
-1
/
+1
2017-09-04
hw/intc/armv7m_nvic.c: Remove out of date comment
Peter Maydell
1
-4
/
+0
2017-09-04
target/arm: Tighten up Thumb decode where new v8M insns will be
Peter Maydell
1
-9
/
+39
2017-09-04
target/arm: Consolidate PMSA handling in get_phys_addr()
Peter Maydell
1
-16
/
+22
2017-09-04
target/arm: Don't trap WFI/WFE for M profile
Peter Maydell
1
-0
/
+5
2017-09-04
target/arm: Use MMUAccessType enum rather than int
Peter Maydell
2
-16
/
+17
2017-09-04
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in...
Peter Maydell
108
-4984
/
+5362
2017-09-04
qapi: drop the sentinel in enum array
Marc-André Lureau
3
-5
/
+1
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
33
-89
/
+106
2017-09-04
qapi: Convert indirect uses of FOO_lookup[...] to qapi_enum_lookup()
Markus Armbruster
2
-3
/
+6
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
45
-121
/
+121
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
25
-20
/
+19
2017-09-04
qapi: Avoid unnecessary use of enum lookup table's sentinel
Markus Armbruster
4
-5
/
+5
2017-09-04
qapi: Use qapi_enum_parse() in input_type_enum()
Markus Armbruster
1
-9
/
+4
2017-09-04
crypto: Use qapi_enum_parse() in qcrypto_block_luks_name_lookup()
Markus Armbruster
1
-12
/
+7
2017-09-04
quorum: Use qapi_enum_parse() in quorum_open()
Marc-André Lureau
1
-19
/
+9
2017-09-04
block: Use qemu_enum_parse() in blkdebug_debug_breakpoint()
Marc-André Lureau
1
-20
/
+8
2017-09-04
hmp: Use qapi_enum_parse() in hmp_migrate_set_parameter()
Marc-André Lureau
1
-71
/
+69
2017-09-04
hmp: Use qapi_enum_parse() in hmp_migrate_set_capability()
Marc-André Lureau
1
-13
/
+10
2017-09-04
tpm: Clean up model registration & lookup
Markus Armbruster
2
-33
/
+6
2017-09-04
tpm: Clean up driver registration & lookup
Marc-André Lureau
2
-33
/
+14
[next]