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
2014-03-13
Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-1' into staging
Peter Maydell
1
-2
/
+15
2014-03-13
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
35
-133
/
+938
2014-03-13
oslib-posix: Fix build on FreeBSD
Andreas Färber
2
-4
/
+4
2014-03-13
block/raw-win32: bdrv_parse_filename() for hdev
Max Reitz
1
-0
/
+10
2014-03-13
block/raw-posix: Strip protocol prefix on creation
Max Reitz
1
-0
/
+12
2014-03-13
block/raw-posix: bdrv_parse_filename() for cdrom
Max Reitz
1
-0
/
+15
2014-03-13
block/raw-posix: bdrv_parse_filename() for floppy
Max Reitz
1
-0
/
+10
2014-03-13
block/raw-posix: bdrv_parse_filename() for hdev
Max Reitz
1
-0
/
+10
2014-03-13
qemu-io: Fix warnings from static code analysis
Stefan Weil
3
-5
/
+6
2014-03-13
block: Unlink temporary file
Max Reitz
1
-1
/
+1
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-13
Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging
Peter Maydell
12
-49
/
+38
2014-03-13
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
34
-216
/
+753
2014-03-13
libqtest: Avoid inline varargs functions
Peter Maydell
2
-18
/
+22
2014-03-13
char: restore read callback on a reattached (hotplug) chardev
Gal Hammer
1
-2
/
+15
2014-03-13
spapr-pci: Convert fprintf() to error_report()
Alexey Kardashevskiy
1
-4
/
+5
2014-03-13
spapr-pci: Convert to QOM realize
Alexey Kardashevskiy
1
-22
/
+21
2014-03-13
xics-kvm: Fix reset function
Alexey Kardashevskiy
1
-1
/
+10
2014-03-13
pseries: Update SLOF firmware image to qemu-slof-20140304
Alexey Kardashevskiy
3
-1
/
+1
2014-03-13
Move QEMUMachine typedef to qemu/typedefs.h
Andreas Färber
2
-2
/
+1
2014-03-13
Revert "KVM: Split QEMUMachine typedef into separate header"
Andreas Färber
6
-21
/
+2
2014-03-13
libqtest: Fix possible deadlock in qtest initialization
Marcel Apfelbaum
1
-2
/
+11
2014-03-13
pci: Move VMState registration/unregistration to QOM realize/unrealize
Bandan Das
1
-21
/
+30
2014-03-13
qdev: Realize buses on device realization
Bandan Das
1
-5
/
+22
2014-03-13
qdev: Prepare realize/unrealize hooks for BusState
Bandan Das
2
-0
/
+47
2014-03-13
tests: Add spapr-pci-host-bridge qtest
Alexey Kardashevskiy
2
-0
/
+38
2014-03-13
virtio-serial-port: Convert to QOM realize/unrealize
Andreas Färber
3
-44
/
+43
2014-03-13
virtio-console: QOM cast cleanup for VirtConsole
Andreas Färber
1
-13
/
+20
2014-03-13
tests: Add virtio-console qtest
Andreas Färber
2
-0
/
+40
2014-03-13
tests: Add virtio-serial qtest
Andreas Färber
2
-0
/
+36
2014-03-13
tests: Add virtio-scsi qtest
Andreas Färber
2
-0
/
+38
2014-03-13
tests: Add virtio-rng qtest
Andreas Färber
2
-0
/
+36
2014-03-13
tests: Add virtio-balloon qtest
Andreas Färber
2
-0
/
+36
2014-03-13
tests: Add virtio-blk qtest
Andreas Färber
2
-0
/
+37
[next]