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-06-23
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
32
-59
/
+74
2020-06-23
qdev: Reject chardev property override
Markus Armbruster
1
-0
/
+8
2020-06-23
qdev: Reject drive property override
Markus Armbruster
2
-85
/
+11
2020-06-23
qdev: Improve netdev property override error a bit
Markus Armbruster
3
-3
/
+46
2020-06-23
qdev: Eliminate get_pointer(), set_pointer()
Markus Armbruster
1
-60
/
+35
2020-06-23
blockdev: Deprecate -drive with bogus interface type
Markus Armbruster
4
-2
/
+43
2020-06-23
docs/qdev-device-use.txt: Update section "Default Devices"
Markus Armbruster
1
-2
/
+2
2020-06-23
fdc: Deprecate configuring floppies with -global isa-fdc
Markus Armbruster
4
-9
/
+77
2020-06-23
fdc: Open-code fdctrl_init_isa()
Markus Armbruster
3
-17
/
+6
2020-06-23
fdc: Reject clash between -drive if=floppy and -global isa-fdc
Markus Armbruster
6
-159
/
+71
2020-06-23
iotests/172: Cover -global floppy.drive=...
Markus Armbruster
2
-0
/
+141
2020-06-23
iotests/172: Cover empty filename and multiple use of drives
Markus Armbruster
2
-0
/
+62
2020-06-23
iotests/172: Include "info block" in test output
Markus Armbruster
2
-2
/
+489
2020-06-22
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/acceptance-testing-2...
Peter Maydell
2
-0
/
+309
2020-06-22
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
26
-182
/
+1350
2020-06-21
tests/acceptance: record/replay tests with advcal images
Pavel Dovgalyuk
1
-0
/
+108
2020-06-21
tests/acceptance: add record/replay test for m68k
Pavel Dovgalyuk
1
-0
/
+18
2020-06-21
tests/acceptance: add record/replay test for ppc64
Pavel Dovgalyuk
1
-0
/
+16
2020-06-21
tests/acceptance: add record/replay test for arm
Pavel Dovgalyuk
1
-0
/
+48
2020-06-21
tests/acceptance: add record/replay test for aarch64
Pavel Dovgalyuk
1
-0
/
+19
2020-06-21
tests/acceptance: add kernel record/replay test for x86_64
Pavel Dovgalyuk
1
-0
/
+18
2020-06-21
tests/acceptance: add base class record/replay kernel tests
Pavel Dovgalyuk
2
-0
/
+74
2020-06-21
MAINTAINERS: Add an entry to review Avocado based acceptance tests
Philippe Mathieu-Daudé
1
-0
/
+8
2020-06-19
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200619-pull-request...
Peter Maydell
3
-37
/
+40
2020-06-19
qht: Fix threshold rate calculation
Richard Henderson
1
-1
/
+2
2020-06-19
hw/riscv: sifive_u: Add a dummy DDR memory controller device
Bin Meng
2
-0
/
+5
2020-06-19
hw/riscv: sifive_u: Sort the SoC memmap table entries
Bin Meng
1
-2
/
+2
2020-06-19
hw/riscv: sifive_u: Support different boot source per MSEL pin state
Bin Meng
2
-8
/
+37
2020-06-19
hw/riscv: sifive: Change SiFive E/U CPU reset vector to 0x1004
Bin Meng
3
-15
/
+17
2020-06-19
target/riscv: Rename IBEX CPU init routine
Bin Meng
1
-2
/
+2
2020-06-19
hw/riscv: sifive_u: Add a new property msel for MSEL pin state
Bin Meng
2
-0
/
+8
2020-06-19
hw/riscv: sifive_u: Rename serial property get/set functions to a generic name
Bin Meng
1
-6
/
+8
2020-06-19
hw/riscv: sifive_u: Add reset functionality
Bin Meng
1
-1
/
+23
2020-06-19
hw/riscv: sifive_gpio: Do not blindly trigger output IRQs
Bin Meng
1
-1
/
+3
2020-06-19
hw/riscv: sifive_u: Hook a GPIO controller
Bin Meng
2
-2
/
+60
2020-06-19
hw/riscv: sifive_gpio: Add a new 'ngpio' property
Bin Meng
2
-11
/
+22
2020-06-19
hw/riscv: sifive_gpio: Clean up the codes
Bin Meng
2
-11
/
+9
2020-06-19
hw/riscv: sifive_u: Generate device tree node for OTP
Bin Meng
1
-0
/
+11
2020-06-19
hw/riscv: sifive_u: Simplify the GEM IRQ connect code a little bit
Bin Meng
1
-6
/
+1
2020-06-19
hw/riscv: opentitan: Remove the riscv_ prefix of the machine* and soc* functions
Bin Meng
1
-15
/
+14
2020-06-19
hw/riscv: sifive_e: Remove the riscv_ prefix of the machine* and soc* functions
Bin Meng
1
-12
/
+12
2020-06-19
target/riscv: Use a smaller guess size for no-MMU PMP
Alistair Francis
1
-5
/
+9
2020-06-19
riscv/opentitan: Connect the UART device
Alistair Francis
2
-2
/
+36
2020-06-19
riscv/opentitan: Connect the PLIC device
Alistair Francis
2
-2
/
+15
2020-06-19
hw/intc: Initial commit of lowRISC Ibex PLIC
Alistair Francis
4
-0
/
+327
2020-06-19
hw/char: Initial commit of Ibex UART
Alistair Francis
5
-0
/
+609
2020-06-19
riscv/opentitan: Fix the ROM size
Alistair Francis
1
-1
/
+2
2020-06-19
target/riscv: Implement checks for hfence
Alistair Francis
3
-26
/
+24
2020-06-19
target/riscv: Move the hfence instructions to the rvh decode
Alistair Francis
4
-41
/
+63
2020-06-19
target/riscv: Report errors validating 2nd-stage PTEs
Alistair Francis
1
-2
/
+7
[next]