Sign in
qemu
/
qemu
/
11212d8fa08a4e5bd56bb4f6877f9a4c0439a02b
11212d8
block: make bdrv_has_zero_init return false for copy-on-write-images
by Paolo Bonzini
· 11 years ago
e4a86f8
qemu-img: always probe the input image for allocated sectors
by Paolo Bonzini
· 11 years ago
d663640
block: expect errors from bdrv_co_is_allocated
by Paolo Bonzini
· 11 years ago
4f57863
block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction
by Paolo Bonzini
· 11 years ago
617ccb4
block: do not use ->total_sectors in bdrv_co_is_allocated
by Paolo Bonzini
· 11 years ago
bdad13b
block: make bdrv_co_is_allocated static
by Paolo Bonzini
· 11 years ago
df2a6f2
block: keep bs->total_sectors up to date even for growable block devices
by Paolo Bonzini
· 11 years ago
e641c1e
cow: do not call bdrv_co_is_allocated
by Paolo Bonzini
· 11 years ago
26ae980
cow: make writes go at a less indecent speed
by Paolo Bonzini
· 11 years ago
276cbc7
cow: make reads go at a decent speed
by Paolo Bonzini
· 11 years ago
0ca0b0d
qmp: Documentation for BLOCK_IMAGE_CORRUPTED
by Max Reitz
· 11 years ago
fa510eb
block: use BDS ref for block jobs
by Fam Zheng
· 12 years ago
38b54b6
nbd: use BlockDriverState refcnt
by Fam Zheng
· 12 years ago
c0777fe
xen_disk: simplify blk_disconnect with refcnt
by Fam Zheng
· 12 years ago
8442cfd
migration: omit drive ref as we have bdrv_ref now
by Fam Zheng
· 12 years ago
4f6fd34
block: make bdrv_delete() static
by Fam Zheng
· 12 years ago
9fcb025
block: implement reference count for BlockDriverState
by Fam Zheng
· 12 years ago
13c91cb
iscsi: use bdrv_new() instead of stack structure
by Fam Zheng
· 12 years ago
3d34c6c
vvfat: use bdrv_new() to allocate BlockDriverState
by Fam Zheng
· 12 years ago
a94a3fa
aio / timers: fix build of test/test-aio.c on non-linux platforms
by Alex Bligh
· 12 years ago
68dc036
w32: Fix access to host devices (regression)
by Stefan Weil
· 12 years ago
b2e1049
add qemu-img convert -n option (skip target volume creation)
by Alexandre Derumier
· 12 years ago
b3f3a30
qemu-iotests: Adjust test result 039
by Max Reitz
· 12 years ago
2024c1d
block: Add iops_size to do the iops accounting for a given io size.
by Benoît Canet
· 12 years ago
3e9fab6
block: Add support for throttling burst max in QMP and the command line.
by Benoît Canet
· 12 years ago
cc0681c
block: Enable the new throttling code in the block layer.
by Benoît Canet
· 12 years ago
f17cfe8
throttle: Add units tests
by Benoît Canet
· 12 years ago
5ddfffb
throttle: Add a new throttling API implementing continuous leaky bucket.
by Benoît Canet
· 12 years ago
df71316
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
by Anthony Liguori
· 11 years ago
2641689
exec: do tcg_commit only when tcg_enabled
by liguang
· 11 years ago
68a7439
Revert "memory: Return -1 again on reads from unsigned regions"
by Jan Kiszka
· 12 years ago
3bb28b7
memory: Provide separate handling of unassigned io ports accesses
by Jan Kiszka
· 12 years ago
8826624
exec: check offset_within_address_space for register subpage
by Hu Tao
· 12 years ago
098178f
exec: fix writing to MMIO area with non-power-of-two length
by Paolo Bonzini
· 12 years ago
863a834
Update mailmap
by Anthony Liguori
· 11 years ago
aaa6a40
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
by Anthony Liguori
· 11 years ago
bb7d4d8
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 11 years ago
5a93d5c
Merge remote-tracking branch 'mjt/trivial-patches' into staging
by Anthony Liguori
· 11 years ago
9ea0f58
Merge remote-tracking branch 'kraxel/usb.88' into staging
by Anthony Liguori
· 11 years ago
9889e04
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
5cff81f
Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into staging
by Anthony Liguori
· 11 years ago
5e891bf
target-i386: Use #defines instead of magic numbers for CPUID cache info
by Eduardo Habkost
· 12 years ago
38fcbd3
cpu: Replace qemu_for_each_cpu()
by Andreas Färber
· 12 years ago
bdc4464
cpu: Use QTAILQ for CPU list
by Andreas Färber
· 12 years ago
27013bf
a15mpcore: Use qemu_get_cpu() for generic timers
by Andreas Färber
· 12 years ago
545825d
Merge branch 'tcg-next' of git://github.com/rth7680/qemu
by Aurelien Jarno
· 11 years ago
32f3bd6
Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu
by Aurelien Jarno
· 11 years ago
3207bf2
tcg/mips: only enable ext8s/ext16s ops on MIPS32R2
by Aurelien Jarno
· 12 years ago
df81ff5
tcg/mips: inline bswap16/bswap32 ops
by Aurelien Jarno
· 12 years ago
988902f
tcg/mips: detect available host instructions at runtime
by Aurelien Jarno
· 12 years ago
6fb5874
tcg-i386: Make use of zero-extended memory helper routines
by Richard Henderson
· 12 years ago
c8f94df
tcg: Introduce zero and sign-extended versions of load helpers
by Richard Henderson
· 12 years ago
e58eb53
exec: Split softmmu_defs.h
by Richard Henderson
· 12 years ago
b1669e5
target: Include softmmu_exec.h where forgotten
by Richard Henderson
· 12 years ago
701e3a5
exec: Rename USUFFIX to LSUFFIX
by Richard Henderson
· 12 years ago
5bcebc2
tcg-i386: Don't perform GETPC adjustment in TCG code
by Richard Henderson
· 12 years ago
0f842f8
exec: Reorganize the GETRA/GETPC macros
by Richard Henderson
· 12 years ago
c72b26e
configure: Allow x32 as a host
by Richard Henderson
· 12 years ago
d5dad3b
tcg-i386: Adjust tcg_out_tlb_load for x32
by Richard Henderson
· 12 years ago
357e3d8
tcg-i386: Use intptr_t appropriately
by Richard Henderson
· 12 years ago
edee257
tcg: Fix jit debug for x32
by Richard Henderson
· 12 years ago
d3452f1
tcg: Use appropriate types in tcg_reg_alloc_call
by Richard Henderson
· 12 years ago
a05b5b9
tcg: Change tcg_out_ld/st offset to intptr_t
by Richard Henderson
· 12 years ago
8cfd049
tcg: Change tcg_gen_exit_tb argument to uintptr_t
by Richard Henderson
· 12 years ago
48bc6ba
tcg: Use uintptr_t in TCGHelperInfo
by Richard Henderson
· 12 years ago
2ba7fae2
tcg: Change relocation offsets to intptr_t
by Richard Henderson
· 12 years ago
2f2f244
tcg: Change memory offsets to intptr_t
by Richard Henderson
· 12 years ago
e2c6d1b
tcg: Change frame pointer offsets to intptr_t
by Richard Henderson
· 12 years ago
8b73d49
tcg: Define TCG_ptr properly
by Richard Henderson
· 12 years ago
d289837
tcg: Define TCG_TYPE_PTR properly
by Richard Henderson
· 12 years ago
78cd7b8
tcg: Allow TCG_TARGET_REG_BITS to be specified independantly
by Richard Henderson
· 12 years ago
3e9bd63
tcg: Fix next_tb type in cpu_exec
by Richard Henderson
· 12 years ago
04d5a1d
tcg: Change tcg_qemu_tb_exec return to uintptr_t
by Richard Henderson
· 12 years ago
b93949e
tcg: Change flush_icache_range arguments to uintptr_t
by Richard Henderson
· 12 years ago
35aa3fb
qtest: Fix FMT_timeval vs time_t
by Richard Henderson
· 12 years ago
01547f7
tcg: Constant fold div, rem
by Richard Henderson
· 12 years ago
32f5717
tcg-ppc64: Implement muluh, mulsh
by Richard Henderson
· 12 years ago
3c9a8f1
tcg-mips: Implement mulsh, muluh
by Richard Henderson
· 12 years ago
0327152
tcg: Add muluh and mulsh opcodes
by Richard Henderson
· 12 years ago
31efd2e
usb/dev-hid: Modified usb-tablet category from Misc to Input
by Marcel Apfelbaum
· 12 years ago
bdebd6e
Revert "usb-hub: report status changes only once"
by Gerd Hoffmann
· 12 years ago
b8cbc13
usb-hub: add tracepoint for status reports
by Gerd Hoffmann
· 12 years ago
c96c41e
usb: parallelize usb3 streams
by Gerd Hoffmann
· 12 years ago
1556a8f
uas: add property for request logging
by Gerd Hoffmann
· 12 years ago
5c67dd7
xhci: reset port when disabling slot
by Gerd Hoffmann
· 12 years ago
4d7a81c
xhci: emulate intr endpoint intervals correctly
by Gerd Hoffmann
· 12 years ago
ca71627
xhci: fix endpoint interval calculation
by Gerd Hoffmann
· 12 years ago
65d81ed
xhci: add port to slot_address tracepoint
by Gerd Hoffmann
· 12 years ago
1c82392
xhci: add tracepoint for endpoint state changes
by Gerd Hoffmann
· 12 years ago
5219042
xhci: remove leftover debug printf
by Gerd Hoffmann
· 12 years ago
ca0eca9
qemu-iotests: Overlapping cluster allocations
by Max Reitz
· 12 years ago
24530f3
qcow2_check: Mark image consistent
by Max Reitz
· 12 years ago
afa5019
qcow2-refcount: Repair shared refcount blocks
by Max Reitz
· 12 years ago
7e47226
PPC: spapr: iommu: rework traces
by Alexey Kardashevskiy
· 12 years ago
59760f2
spapr: add "stop-self" RTAS call required to support hot CPU unplug
by Alexey Kardashevskiy
· 12 years ago
7bb438b
PPC: KVM: Compile fix for qemu_notify_event
by Alexander Graf
· 12 years ago
42561bf
pseries: Add H_SET_MODE hcall to change guest exception endianness
by Anton Blanchard
· 12 years ago
33a0e5d
xics: move registration of global state to realize()
by Alexey Kardashevskiy
· 12 years ago
f1c2dc7
spapr-pci: rework MSI/MSIX
by Alexey Kardashevskiy
· 12 years ago
a3cedb5
target-ppc: Use #define instead of opencoding SLB valid bit
by Aneesh Kumar K.V
· 12 years ago
Next »