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
block: truncate: Don't make backing file data visible
Kevin Wolf
1
-0
/
+25
2020-04-30
file-posix: Support BDRV_REQ_ZERO_WRITE for truncate
Kevin Wolf
1
-0
/
+4
2020-04-30
raw-format: Support BDRV_REQ_ZERO_WRITE for truncate
Kevin Wolf
1
-1
/
+3
2020-04-30
qcow2: Support BDRV_REQ_ZERO_WRITE for truncate
Kevin Wolf
2
-1
/
+35
2020-04-30
block-backend: Add flags to blk_truncate()
Kevin Wolf
15
-21
/
+22
2020-04-30
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
13
-28
/
+34
2020-04-30
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
15
-13
/
+33
2020-04-30
qemu-iotests: allow qcow2 external discarded clusters to contain stale data
Paolo Bonzini
2
-5
/
+14
2020-04-30
qcow2: Add incompatibility note between backing files and raw external data f...
Alberto Garcia
1
-0
/
+3
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
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
2020-04-29
riscv: sifive_e: Support changing CPU type
Corey Wharton
1
-2
/
+3
2020-04-29
hw/riscv: Generate correct "mmu-type" for 32-bit machines
Bin Meng
3
-0
/
+12
2020-04-29
riscv: Fix Stage2 SV32 page table walk
Anup Patel
1
-6
/
+1
2020-04-29
riscv: AND stage-1 and stage-2 protection flags
Alistair Francis
1
-3
/
+5
2020-04-29
riscv: Don't use stage-2 PTE lookup protection flags
Alistair Francis
1
-1
/
+2
2020-04-29
riscv/sifive_u: Add a serial property to the sifive_u machine
Bin Meng
2
-0
/
+21
2020-04-29
riscv/sifive_u: Add a serial property to the sifive_u SoC
Alistair Francis
2
-1
/
+9
2020-04-29
riscv/sifive_u: Fix up file ordering
Alistair Francis
1
-54
/
+54
2020-04-29
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2020-04-29' into ...
Peter Maydell
37
-354
/
+384
2020-04-29
Open 5.1 development tree
Peter Maydell
1
-1
/
+1
2020-04-29
s390x/s390-virtio-ccw: Fix build on systems without KVM
Christian Borntraeger
4
-11
/
+16
2020-04-29
s390x/pv: Retry ioctls on -EINTR
Christian Borntraeger
1
-1
/
+5
[next]