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
2012-01-26
qcow: Return real error code in qcow_open
Li Zhi Hui
1
-19
/
+37
2012-01-26
block/vdi: Zero unused parts when allocating a new block (fix #919242)
Stefan Weil
1
-2
/
+6
2012-01-26
virtio-blk: add virtio_blk_handle_read trace event
Stefan Hajnoczi
2
-0
/
+3
2012-01-26
docs: describe live block operations
Marcelo Tosatti
1
-0
/
+58
2012-01-26
block: add support for partial streaming
Marcelo Tosatti
3
-9
/
+96
2012-01-26
add QERR_BASE_NOT_FOUND
Marcelo Tosatti
3
-0
/
+8
2012-01-26
block: add bdrv_find_backing_image
Marcelo Tosatti
2
-0
/
+20
2012-01-26
blockdev: make image streaming safe across hotplug
Stefan Hajnoczi
1
-0
/
+38
2012-01-26
qmp: add query-block-jobs
Stefan Hajnoczi
6
-0
/
+115
2012-01-26
qmp: add block_job_cancel command
Stefan Hajnoczi
10
-1
/
+107
2012-01-26
qmp: add block_job_set_speed command
Stefan Hajnoczi
6
-0
/
+79
2012-01-26
qmp: add block_stream command
Stefan Hajnoczi
12
-0
/
+173
2012-01-26
block: rate-limit streaming operations
Stefan Hajnoczi
1
-6
/
+59
2012-01-26
block: add image streaming block job
Stefan Hajnoczi
4
-0
/
+141
2012-01-26
block: add BlockJob interface for long-running operations
Stefan Hajnoczi
2
-0
/
+88
2012-01-26
block: make copy-on-read a per-request flag
Stefan Hajnoczi
4
-12
/
+45
2012-01-26
block: check bdrv_in_use() before blockdev operations
Stefan Hajnoczi
2
-1
/
+19
2012-01-26
coroutine: add co_sleep_ns() coroutine sleep function
Stefan Hajnoczi
3
-0
/
+48
2012-01-26
block: replace unchecked strdup/malloc/calloc with glib
Stefan Hajnoczi
3
-28
/
+28
2012-01-26
rbd: wire up snapshot removal and rollback functionality
Gregory Farnum
1
-0
/
+22
2012-01-25
vga: compile cirrus_vga in hwlib
Blue Swirl
3
-4
/
+1
2012-01-25
memory: change dirty setting APIs to take a size
Blue Swirl
12
-48
/
+48
2012-01-25
memory: fix dirty mask function length handling
Blue Swirl
1
-5
/
+6
2012-01-25
vga: fix -nodefaults -device VGA
Blue Swirl
1
-0
/
+1
2012-01-23
hyperv: fix build on non-KVM hosts
Blue Swirl
2
-2
/
+4
2012-01-23
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
40
-593
/
+1902
2012-01-23
Merge remote-tracking branch 'afaerber/prep-up' into staging
Anthony Liguori
9
-135
/
+553
2012-01-23
e1000: bounds packet size against buffer size
Anthony Liguori
1
-0
/
+3
2012-01-22
target-sparc: Fix mixup of uint64 and uint64_t
Andreas Färber
1
-1
/
+1
2012-01-22
sga: fix copypasta
Blue Swirl
1
-2
/
+2
2012-01-22
vga: make Cirrus ISA device optional
Blue Swirl
16
-23
/
+54
2012-01-22
vga: improve VGA logic
Blue Swirl
12
-64
/
+55
2012-01-21
grackle_pci: Clean up qdev names
Andreas Färber
1
-5
/
+12
2012-01-21
MAINTAINERS: Add PCI-PCI bridge to New World Mac machine
Andreas Färber
1
-0
/
+1
2012-01-21
PPC: Pseries: Check for PCI boundaries
Alexander Graf
1
-4
/
+23
2012-01-21
MAINTAINERS: Add PCI host bridge files to CHRP machines
Andreas Färber
1
-0
/
+2
2012-01-21
MAINTAINERS: Add qemu-ppc to all ppc target stuff
Andreas Färber
1
-0
/
+5
2012-01-21
pseries: SLOF PCI flag day
Benjamin Herrenschmidt
5
-167
/
+104
2012-01-21
pseries: Use correct dispatcher for PCI config space accesses
David Gibson
1
-4
/
+4
2012-01-21
pseries: Support PCI extended config space in RTAS calls
Benjamin Herrenschmidt
1
-4
/
+10
2012-01-21
Correct types in bmdma_addr_{read,write}
David Gibson
1
-2
/
+2
2012-01-21
Update gitignore file
David Gibson
1
-0
/
+4
2012-01-21
Fix dirty logging with 32-bit qemu & 64-bit guests
Benjamin Herrenschmidt
1
-1
/
+2
2012-01-21
load_image_targphys() should enforce the max size
Benjamin Herrenschmidt
1
-1
/
+5
2012-01-21
virtio: change memcpy to guest reads
Alexander Graf
1
-6
/
+6
2012-01-21
virtio-pci: Fix endianness of virtio config
Benjamin Herrenschmidt
2
-2
/
+40
2012-01-21
PPC: Bamboo: Integrate SoC instatiation, use qdev for PCI
Alexander Graf
1
-83
/
+60
2012-01-21
PPC: Bamboo: fold ppc440.c and ppc440_bamboo.c into a single file
Alexander Graf
5
-131
/
+90
2012-01-21
PPC: 4xx: Qdevify the 440 PCI host controller
Alexander Graf
2
-60
/
+74
2012-01-21
PPC: bamboo: fix whitespace
Alexander Graf
1
-3
/
+3
[next]