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
2020-04-30
hw/char/cadence_uart: add clock support
Damien Hedde
3
-10
/
+67
2020-04-30
hw/misc/zynq_slcr: add clock generation for uarts
Damien Hedde
1
-4
/
+168
2020-04-30
docs/clocks: add device's clock documentation
Peter Maydell
2
-0
/
+392
2020-04-30
qdev-clock: introduce an init array to ease the device construction
Damien Hedde
2
-0
/
+72
2020-04-30
qdev: add clock input&output support to devices.
Damien Hedde
6
-1
/
+298
2020-04-30
hw/core/clock-vmstate: define a vmstate entry for clock state
Damien Hedde
3
-0
/
+35
2020-04-30
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200430' into staging
Peter Maydell
41
-98
/
+1116
2020-04-30
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-04-30' into ...
Peter Maydell
24
-419
/
+271
2020-04-30
hw/core/clock: introduce clock object
Peter Maydell
4
-0
/
+354
2020-04-30
tests/boot_linux_console: Add ethernet test to SmartFusion2
Subbaraya Sundeep
1
-5
/
+10
2020-04-30
msf2: Add EMAC block to SmartFusion2 SoC
Subbaraya Sundeep
2
-2
/
+26
2020-04-30
hw/net: Add Smartfusion2 emac block
Subbaraya Sundeep
4
-0
/
+645
2020-04-30
Typo: Correct the name of CPU hotplug memory region
Keqian Zhu
1
-1
/
+1
2020-04-30
bugfix: Use gicr_typer in arm_gicv3_icc_reset
Keqian Zhu
1
-3
/
+1
2020-04-30
nrf51: Fix last GPIO CNF address
Cameron Esfahani
1
-1
/
+1
2020-04-30
dma/xlnx-zdma: Fix descriptor loading (REG) wrt endianness
Edgar E. Iglesias
1
-4
/
+10
2020-04-30
dma/xlnx-zdma: Fix descriptor loading (MEM) wrt endianness
Edgar E. Iglesias
1
-4
/
+7
2020-04-30
target/microblaze: Add the pvr-user2 property
Edgar E. Iglesias
2
-0
/
+3
2020-04-30
target/microblaze: Add the pvr-user1 property
Edgar E. Iglesias
2
-1
/
+4
2020-04-30
target/microblaze: Add the unaligned-exceptions property
Edgar E. Iglesias
3
-2
/
+7
2020-04-30
target/microblaze: Add the div-zero-exception property
Edgar E. Iglesias
3
-2
/
+8
2020-04-30
target/microblaze: Add the ill-opcode-exception property
Edgar E. Iglesias
3
-1
/
+6
2020-04-30
target/microblaze: Add the opcode-0x0-illegal CPU property
Edgar E. Iglesias
3
-2
/
+7
2020-04-30
qapi: Generate simpler marshalling code when no arguments
Markus Armbruster
1
-16
/
+24
2020-04-30
qapi: Disallow qmp_marshal_FOO(NULL, ...)
Markus Armbruster
3
-26
/
+7
2020-04-30
qom: Simplify object_property_get_enum()
Markus Armbruster
1
-3
/
+1
2020-04-30
qapi: Only input visitors can actually fail
Markus Armbruster
7
-48
/
+35
2020-04-30
qapi: Assert non-input visitors see only valid alternate tags
Markus Armbruster
1
-0
/
+1
2020-04-30
qapi: Clean up visitor's recovery from input with invalid type
Markus Armbruster
1
-0
/
+3
2020-04-30
qapi: Assert non-input visitors see only valid narrow integers
Markus Armbruster
1
-0
/
+6
2020-04-30
qapi: Assert output visitors see only valid enum values
Markus Armbruster
3
-67
/
+0
2020-04-30
qapi: Fix Visitor contract for start_alternate()
Markus Armbruster
2
-10
/
+2
2020-04-30
qapi: Assert incomplete object occurs only in dealloc visitor
Markus Armbruster
4
-0
/
+16
2020-04-30
qapi: Polish prose in visitor.h
Markus Armbruster
1
-50
/
+54
2020-04-30
qapi: Document @errp usage more thoroughly in visitor.h
Markus Armbruster
1
-14
/
+23
2020-04-30
qapi: Fix typo in visit_start_list()'s contract
Markus Armbruster
1
-2
/
+2
2020-04-30
qapi: Fix the virtual walk example in visitor.h's big comment
Markus Armbruster
1
-1
/
+3
2020-04-30
qapi: Belatedly update visitor.h's big comment for QAPI modules
Markus Armbruster
1
-5
/
+5
2020-04-30
qemu-option: Clean up after the previous commit
Markus Armbruster
1
-28
/
+15
2020-04-30
qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next()
Markus Armbruster
5
-67
/
+40
2020-04-30
qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() instead
Markus Armbruster
4
-77
/
+37
2020-04-30
qobject: Factor out helper json_pretty_newline()
Markus Armbruster
1
-24
/
+16
2020-04-30
qobject: Clean up QLIST_FOREACH_ENTRY()
Markus Armbruster
1
-4
/
+4
2020-04-29
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
16
-79
/
+158
2020-04-29
hw/riscv/spike: Allow more than one CPUs
Anup Patel
1
-1
/
+1
2020-04-29
hw/riscv/spike: Allow loading firmware separately using -bios option
Anup Patel
1
-1
/
+23
2020-04-29
hw/riscv: Add optional symbol callback ptr to riscv_load_firmware()
Anup Patel
4
-9
/
+14
2020-04-29
roms: opensbi: Upgrade from v0.6 to v0.7
Bin Meng
5
-0
/
+0
2020-04-29
linux-user/riscv: fix up struct target_ucontext definition
LIU Zhiwei
1
-1
/
+2
2020-04-29
target/riscv: Add a sifive-e34 cpu type
Corey Wharton
2
-0
/
+11
[prev]
[next]