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
2011-07-19
VMDK: flush multiple extents
Fam Zheng
1
-1
/
+11
2011-07-19
VMDK: add field BDRVVmdkState.desc_offset
Fam Zheng
1
-9
/
+18
2011-07-19
VMDK: separate vmdk_open by format version
Fam Zheng
1
-66
/
+112
2011-07-19
VMDK: probe for monolithicFlat images
Fam Zheng
1
-2
/
+43
2011-07-19
VMDK: bugfix, align offset to cluster in get_whole_cluster
Fam Zheng
1
-3
/
+5
2011-07-19
VMDK: introduce VmdkExtent
Fam Zheng
1
-102
/
+246
2011-07-19
qemu-config: Document -drive options
Luiz Capitulino
1
-0
/
+6
2011-07-19
qemu-options.hx: Document missing -drive options
Luiz Capitulino
1
-0
/
+8
2011-07-19
scsi-disk: Mask out serial number EVPD
Hannes Reinecke
1
-3
/
+12
2011-07-19
scsi-disk: Fixup debugging statement
Hannes Reinecke
1
-1
/
+1
2011-07-19
scsi: Add 'hba_private' to SCSIRequest
Hannes Reinecke
8
-52
/
+37
2011-07-19
Merge remote-tracking branch 'agraf/xen-next' into staging
Anthony Liguori
17
-137
/
+221
2011-07-19
Merge remote-tracking branch 'kraxel/usb.19' into staging
Anthony Liguori
13
-235
/
+523
2011-07-19
Merge remote-tracking branch 'spice/spice.v38' into staging
Anthony Liguori
4
-18
/
+46
2011-07-19
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
5
-9
/
+21
2011-07-19
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
Anthony Liguori
22
-97
/
+549
2011-07-18
iov: Update parameter usage in iov_(to|from)_buf()
Hannes Reinecke
4
-29
/
+34
2011-07-18
qemu-io: Fix if scoping bug
Devin Nakamura
1
-1
/
+2
2011-07-18
qemu-io: Fix formatting
Devin Nakamura
1
-1322
/
+1330
2011-07-18
sheepdog: add full data preallocation support
MORITA Kazutaka
1
-3
/
+68
2011-07-18
virtio-console: Prevent abort()s in case of host chardev close
Amit Shah
1
-1
/
+15
2011-07-18
virtio-serial-bus: Fix trailing \n in error_report string
Amit Shah
1
-1
/
+1
2011-07-18
virtio-console: Add some trace events
Amit Shah
2
-1
/
+13
2011-07-18
virtio-serial-bus: Add trace events
Amit Shah
2
-0
/
+13
2011-07-17
virtio: fix indirect descriptor buffer overflow
Michael S. Tsirkin
1
-0
/
+8
2011-07-17
xen: move to new pci initializers
Michael S. Tsirkin
1
-8
/
+7
2011-07-17
hw/piix_pci.c: Fix PIIX3-xen to initialize ids
Anthony PERARD
1
-0
/
+3
2011-07-17
pci_ids: tweak names to match linux/pci_ids.h
Michael S. Tsirkin
2
-5
/
+6
2011-07-17
vhost: fix double free on device stop
Michael S. Tsirkin
1
-0
/
+1
2011-07-17
xen_console: fall back to qemu serial device
Alexander Graf
1
-4
/
+7
2011-07-17
xen_console: support the new extended xenstore protocol
Stefano Stabellini
5
-6
/
+87
2011-07-17
checkpatch: don't error out on },{ lines
Alexander Graf
1
-1
/
+3
2011-07-17
xen_disk: treat "aio" as "raw"
Stefano Stabellini
1
-0
/
+3
2011-07-17
qemu_ram_ptr_length: take ram_addr_t as arguments
Stefano Stabellini
2
-8
/
+15
2011-07-17
xen_disk: cope with missing xenstore "params" node
Stefano Stabellini
1
-7
/
+27
2011-07-17
xen: add vkbd support for PV on HVM guests
Stefano Stabellini
2
-7
/
+13
2011-07-17
xen_console: fix memory leak
Stefano Stabellini
1
-2
/
+6
2011-07-17
xen: enable console and disk backend in HVM mode
Stefano Stabellini
1
-0
/
+8
2011-07-17
xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XEN
Jan Kiszka
4
-58
/
+9
2011-07-17
xen: Clean up map cache API naming
Jan Kiszka
6
-44
/
+50
2011-07-17
xen: Clean up build system
Jan Kiszka
3
-13
/
+6
2011-07-16
Fix signal handling of SIG_IPI when io-thread is enabled
Alexandre Raymond
1
-1
/
+9
2011-07-16
Fix signal handling when io-thread is disabled
Alexandre Raymond
1
-1
/
+1
2011-07-16
tcg/README: Expand advice on number of TCG ops per target insn
Peter Maydell
1
-1
/
+9
2011-07-14
set ELF_HWCAP for SPARC and SPARC64
Artyom Tarasenko
1
-2
/
+4
2011-07-14
Sparc: fix FPU and AM enable checks for translation
Blue Swirl
2
-23
/
+35
2011-07-14
SPARC64: C99 comment fix for block-transfer ASIs
Tsuneo Saito
1
-14
/
+14
2011-07-14
SPARC64: Add JPS1 ASI_BLK_AIU[PS]L ASIs for ldfa and stfa
Tsuneo Saito
1
-0
/
+4
2011-07-14
SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for stfa
Tsuneo Saito
1
-1
/
+5
2011-07-14
SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for ldfa
Tsuneo Saito
1
-1
/
+5
[prev]
[next]