Sign in
qemu
/
qemu
/
49a2e48348b7b0fda04e9d767a537e6c5d230bdd
49a2e48
qed: Convert to bdrv_co_pwrite_zeroes()
by Eric Blake
· 9 years ago
e88a36e
gluster: Convert to bdrv_co_pwrite_zeroes()
by Eric Blake
· 9 years ago
9c21a42
blkreplay: Convert to bdrv_co_pwrite_zeroes()
by Eric Blake
· 9 years ago
5544b59
qcow2: Convert to bdrv_co_pwrite_zeroes()
by Eric Blake
· 9 years ago
94d047a
iscsi: Convert to bdrv_co_pwrite_zeroes()
by Eric Blake
· 9 years ago
74021bc
block: Switch bdrv_write_zeroes() to byte interface
by Eric Blake
· 9 years ago
d05aa8b
block: Add .bdrv_co_pwrite_zeroes()
by Eric Blake
· 9 years ago
cf081fc
block: Track write zero limits in bytes
by Eric Blake
· 9 years ago
8b18474
iscsi: Use block size as minimum zero/discard alignment
by Eric Blake
· 9 years ago
ebb718a
qcow2: Catch more unaligned write_zero into zero cluster
by Eric Blake
· 9 years ago
31ad4fd
qemu-iotests: Test one more spot for optimizing write_zeroes
by Eric Blake
· 9 years ago
5a64e94
qcow2: add tracepoints for qcow2_co_write_zeroes
by Denis V. Lunev
· 9 years ago
ba14284
qcow2: simplify logic in qcow2_co_write_zeroes
by Denis V. Lunev
· 9 years ago
443668c
block: split write_zeroes always
by Denis V. Lunev
· 9 years ago
6ed5546
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-07' into staging
by Peter Maydell
· 9 years ago
30f549c
hbitmap: Use DIV_ROUND_UP
by Laurent Vivier
· 9 years ago
5029b96
qemu-timer: Use DIV_ROUND_UP
by Laurent Vivier
· 9 years ago
b1b2db2
linux-user: Use DIV_ROUND_UP
by Laurent Vivier
· 9 years ago
8069568
slirp: Use DIV_ROUND_UP
by Laurent Vivier
· 9 years ago
66c68a1
usb: Use DIV_ROUND_UP
by Laurent Vivier
· 9 years ago
df5d1c1
rocker: Use DIV_ROUND_UP
by Laurent Vivier
· 9 years ago
5d61caf
SPICE: Use DIV_ROUND_UP
by Laurent Vivier
· 9 years ago
b988a65
audio: Use DIV_ROUND_UP
by Laurent Vivier
· 9 years ago
d0448de
xen: Use DIV_ROUND_UP
by Laurent Vivier
· 9 years ago
207ba7c
crypto: Use DIV_ROUND_UP
by Laurent Vivier
· 9 years ago
13385ae
block: Use DIV_ROUND_UP
by Laurent Vivier
· 9 years ago
c41a73ff
qed: Use DIV_ROUND_UP
by Laurent Vivier
· 9 years ago
d737b78
qcow/qcow2: Use DIV_ROUND_UP
by Laurent Vivier
· 9 years ago
969401f
parallels: Use DIV_ROUND_UP
by Laurent Vivier
· 9 years ago
db718b4
coccinelle: use macro DIV_ROUND_UP instead of (((n) + (d) - 1) /(d))
by Laurent Vivier
· 9 years ago
e0ca2ed
thunk: Rename args and fields in host-target bitmask conversion code
by Peter Maydell
· 9 years ago
7a00217
thunk: Drop unused NO_THUNK_TYPE_SIZE guards
by Peter Maydell
· 9 years ago
0d5c21f
qemu-common.h: Drop WORDS_ALIGNED define
by Peter Maydell
· 9 years ago
e52eeb4
host-utils: Prefer 'false' for bool type
by Eric Blake
· 9 years ago
aa5982e
docs/multi-thread-compression: Fix wrong command string
by Wei Jiangang
· 9 years ago
030c98a
all: Remove unnecessary glib.h includes
by Peter Maydell
· 9 years ago
36a2c2d
qga: Remove unnecessary glib.h includes
by Peter Maydell
· 9 years ago
79ffb27
tests: Remove unnecessary glib.h includes
by Peter Maydell
· 9 years ago
df891b9
clean-includes: Add glib.h to list of unneeded includes
by Peter Maydell
· 9 years ago
2087533
pc: cleanup unused struct PcRomPciInfo
by Igor Mammedov
· 9 years ago
b92233b
e1000: Removing unnecessary if statement
by Sameeh Jubran
· 9 years ago
9e87a69
Fix configure test for PBKDF2 in nettle
by Steven Luo
· 9 years ago
0bab0eb
docs: Fix a couple of typos in throttle.txt
by Alberto Garcia
· 9 years ago
24a6e06
hw: Clean up includes
by Peter Maydell
· 9 years ago
2d7fede
replay: Clean up includes
by Peter Maydell
· 9 years ago
a8d38f3
fw_cfg: follow CODING_STYLE
by Cao jin
· 9 years ago
d9d8d45
qdev: Clean up around properties
by Cao jin
· 9 years ago
3b7c78c
monitor: Typo fix
by Eric Blake
· 9 years ago
0668a06
ICH9: fix typo
by Cao jin
· 9 years ago
bbd9080
scripts: Use $(..) instead of deprecated `..`
by Stefan Weil
· 9 years ago
8913885
configure: Use $(..) instead of deprecated `..`
by Stefan Weil
· 9 years ago
9640401
qemu-options.hx: Specify the units for -machine kvm_shadow_mem
by Peter Maydell
· 9 years ago
6969ec6
Fix linking relocatable objects on Sparc
by James Clarke
· 9 years ago
a2c5eaf
ppc: Remove a potential overflow in muldiv64()
by Laurent Vivier
· 9 years ago
c00dc67
replace muldiv64(a, b, c) by (uint64_t)a * b / c
by Laurent Vivier
· 9 years ago
cd1f16f
remove useless muldiv64()
by Laurent Vivier
· 9 years ago
3498686
The only 64bit parameter of muldiv64() is the first one.
by Laurent Vivier
· 9 years ago
e9d5150
scripts: add muldiv64() checking coccinelle scripts
by Laurent Vivier
· 9 years ago
96165b9
gdbstub: set listen backlog to 1
by Peter Wu
· 9 years ago
891f8dc
po/Makefile: call rm -f directly
by Jan Vesely
· 9 years ago
a5cbe92
target-moxie: Remove unused struct elements
by Stefan Weil
· 9 years ago
395fe5f
fsdev: spelling fix
by Michael Tokarev
· 9 years ago
e35916a
qga: spelling fix
by Michael Tokarev
· 9 years ago
d33c8a7
docs: "specify" spell fix
by Michael Tokarev
· 9 years ago
a6210f5
hw/ipmi: fix spelling
by Michael Tokarev
· 9 years ago
b34aee5
s390x/virtio-ccw: fix spelling
by Michael Tokarev
· 9 years ago
40eeb39
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 9 years ago
79cecb3
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 9 years ago
d5aebef
docker: Don't use eval trick on Makefile
by Eduardo Habkost
· 9 years ago
8860eab
throttle: refuse iops-size without iops-total/read/write
by Stefan Hajnoczi
· 9 years ago
c8a9fd8
block: Drop bdrv_ioctl_bh_cb
by Fam Zheng
· 9 years ago
4157426
block: Move BlockRequest type to io.c
by Eric Blake
· 9 years ago
117bc3f
block/io: optimize bdrv_co_pwritev for small requests
by Peter Lieven
· 9 years ago
e3a4f91
iostatus: fix comments for block_job_iostatus_reset
by Changlong Xie
· 9 years ago
a7944df
block/io: Remove unused bdrv_aio_write_zeroes()
by Kevin Wolf
· 9 years ago
3a90c4a
virtio: drop duplicate virtio_queue_get_id() function
by Stefan Hajnoczi
· 9 years ago
ef8875b
virtio-scsi: Remove op blocker for dataplane
by Fam Zheng
· 9 years ago
3482958
virtio-blk: Remove op blocker for dataplane
by Fam Zheng
· 9 years ago
efd7556
blockdev-backup: Don't move target AioContext if it's attached
by Fam Zheng
· 9 years ago
0d97891
blockdev-backup: Use bdrv_lookup_bs on target
by Fam Zheng
· 9 years ago
271b385
tests: avoid coroutine pool test crash
by Stefan Hajnoczi
· 9 years ago
c02d703
virtio: move bi-endian target support to a single location
by Greg Kurz
· 9 years ago
9f318f8
pc-dimm: introduce realize callback
by Xiao Guangrong
· 9 years ago
3c3e88a
pc-dimm: get memory region from ->get_memory_region()
by Xiao Guangrong
· 9 years ago
28213cb
acpi: make bios_linker_loader_add_checksum() API offset based
by Igor Mammedov
· 9 years ago
4678124
acpi: make bios_linker_loader_add_pointer() API offset based
by Igor Mammedov
· 9 years ago
9774ccf
tpm: apci: cleanup TCPA table initialization
by Igor Mammedov
· 9 years ago
8cc87c3
acpi: cleanup bios_linker_loader_cleanup()
by Igor Mammedov
· 9 years ago
ad9671b
acpi: simplify bios_linker API by removing redundant 'table' argument
by Igor Mammedov
· 9 years ago
0e9b9ed
acpi: convert linker from GArray to BIOSLinker structure
by Igor Mammedov
· 9 years ago
0058c08
pc: use AcpiDeviceIfClass.send_event to issue GPE events
by Igor Mammedov
· 9 years ago
eaf23bf
acpi: extend ACPI interface to provide send_event hook
by Igor Mammedov
· 9 years ago
6d42eef
pc: Postpone SMBIOS table installation to post machine init
by Corey Minyard
· 9 years ago
15139b8
ipmi: rework the fwinfo to be fetched from the interface
by Corey Minyard
· 9 years ago
53c400a
tests: acpi: update tables with consolidated legacy cpu-hotplug AML
by Igor Mammedov
· 9 years ago
76bdd24
pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idx
by Igor Mammedov
· 9 years ago
ebd8ea8
pc: acpi: simplify build_legacy_cpu_hotplug_aml() signature
by Igor Mammedov
· 9 years ago
672a287
pc: acpi: consolidate legacy CPU hotplug in one file
by Igor Mammedov
· 9 years ago
96e3e12
pc: acpi: mark current CPU hotplug functions as legacy
by Igor Mammedov
· 9 years ago
a630bb3
pc: acpi: cpu-hotplug: make AML CPU_foo defines local to cpu_hotplug_acpi_table.c
by Igor Mammedov
· 9 years ago
Next »