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
2014-03-13
qcow2: Don't write with BDRV_O_INCOMING
Kevin Wolf
1
-5
/
+7
2014-03-13
qcow2: Keep option in qcow2_invalidate_cache()
Kevin Wolf
1
-4
/
+1
2014-03-13
qmp: add query-iothreads command
Stefan Hajnoczi
3
-0
/
+104
2014-03-13
iothread: stash thread ID away
Stefan Hajnoczi
1
-0
/
+22
2014-03-13
dataplane: replace internal thread with IOThread
Stefan Hajnoczi
2
-44
/
+60
2014-03-13
iothread: add "iothread" qdev property type
Stefan Hajnoczi
2
-0
/
+54
2014-03-13
qdev: make get_pointer() handle temporary strings
Igor Mammedov
1
-8
/
+11
2014-03-13
iothread: add I/O thread object
Stefan Hajnoczi
3
-0
/
+151
2014-03-13
aio: add aio_context_acquire() and aio_context_release()
Stefan Hajnoczi
3
-0
/
+95
2014-03-13
rfifolock: add recursive FIFO lock
Stefan Hajnoczi
5
-0
/
+226
2014-03-13
object: add object_get_canonical_path_component()
Stefan Hajnoczi
2
-22
/
+40
2014-03-13
block: Rewrite the snapshot authorization mechanism for block filters.
Benoît Canet
5
-42
/
+42
2014-03-13
iotests: Test corruption during COW request
Max Reitz
2
-0
/
+41
2014-03-13
block: bs->drv may be NULL in bdrv_debug_resume()
Max Reitz
1
-1
/
+1
2014-03-13
qcow2: Check bs->drv in copy_sectors()
Max Reitz
1
-0
/
+4
2014-03-13
block: Update image size in bdrv_invalidate_cache()
Kevin Wolf
3
-1
/
+14
2014-03-13
qcow2-refcount: Sanitize refcount table entry
Max Reitz
1
-1
/
+2
2014-03-12
Merge remote-tracking branch 'remotes/afaerber/tags/prep-for-upstream' into s...
Peter Maydell
5
-1844
/
+4
2014-03-12
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
1
-2
/
+5
2014-03-12
prep: Update ppc_rom.bin
Andreas Färber
2
-0
/
+0
2014-03-12
Add OpenHack'Ware submodule
Andreas Färber
4
-1844
/
+4
2014-03-12
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-5
/
+5
2014-03-12
Merge remote-tracking branch 'remotes/kraxel/tags/pull-misc-1' into staging
Peter Maydell
1
-87
/
+80
2014-03-12
trace: Fix build warnings for Win32 build
Peter Maydell
1
-5
/
+5
2014-03-12
Merge remote-tracking branch 'remotes/kiszka/queues/slirp' into staging
Peter Maydell
1
-2
/
+4
2014-03-12
Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging
Peter Maydell
5
-32
/
+56
2014-03-12
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
43
-68
/
+379
2014-03-12
Docs: Introduce multiport serial support in qemupciserial.inf.
Miki Mishael
1
-87
/
+80
2014-03-12
tap: avoid deadlocking rx
Stefan Hajnoczi
1
-2
/
+5
2014-03-12
slirp smb with modern win guests when samba is also running on host
Michael Tokarev
1
-1
/
+2
2014-03-12
qemu/slirp: Fix SMB security configuration on newer samba versions
Michael Buesch
1
-1
/
+2
2014-03-12
target-sparc: Add and use CPU_FEATURE_CASA
Sebastian Huber
5
-32
/
+56
2014-03-11
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
11
-57
/
+65
2014-03-11
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
3
-7
/
+12
2014-03-11
qemu-thread-posix: Fix build against older glibc version
Jan Kiszka
1
-1
/
+1
2014-03-11
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140310'...
Peter Maydell
15
-36
/
+144
2014-03-11
tests: test-qmp-commands: Fix double free
Luiz Capitulino
1
-1
/
+1
2014-03-11
qapi script: do not add "_" for every capitalized char in enum
Wenchao Xia
3
-9
/
+21
2014-03-11
qapi script: do not allow string discriminator
Wenchao Xia
12
-18
/
+53
2014-03-11
qapi: convert BlockdevOptions to use enum discriminator
Wenchao Xia
1
-1
/
+13
2014-03-11
qapi script: support enum type as discriminator in union
Wenchao Xia
9
-17
/
+94
2014-03-11
qapi script: use same function to generate enum string
Wenchao Xia
3
-13
/
+25
2014-03-11
qapi script: code move for generate_enum_name()
Wenchao Xia
2
-10
/
+10
2014-03-11
qapi script: check correctness of union
Wenchao Xia
18
-3
/
+151
2014-03-11
qapi script: remember line number in schema parsing
Wenchao Xia
1
-6
/
+8
2014-03-11
qapi script: add check for duplicated key
Wenchao Xia
6
-1
/
+8
2014-03-11
qapi script: remember explicitly defined enum values
Wenchao Xia
3
-11
/
+17
2014-03-11
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-4' into staging
Peter Maydell
2
-7
/
+34
2014-03-11
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-5' into staging
Peter Maydell
2
-7
/
+25
2014-03-11
acpi-test: update expected SSDT files
Michael S. Tsirkin
2
-0
/
+0
[next]