Sign in
qemu
/
qemu
/
818584a43ab0ef52c131865128ef110f867726cd
818584a
block: Move 'discard' option to bdrv_open_common()
by Kevin Wolf
· 9 years ago
b85114f
block: Use 'detect-zeroes' option for 'blockdev-change-medium'
by Kevin Wolf
· 9 years ago
692e01a
block: Parse 'detect-zeroes' in bdrv_open_common()
by Kevin Wolf
· 9 years ago
0a4279d
block/qapi: Move 'aio' option to file driver
by Kevin Wolf
· 9 years ago
6855528
block/qapi: Use separate options type for curl driver
by Kevin Wolf
· 9 years ago
0ffcdd9
block: Drop aio/cache consistency check from qmp_blockdev_add()
by Kevin Wolf
· 9 years ago
24df38b
block: Fix error path in qmp_blockdev_change_medium()
by Kevin Wolf
· 9 years ago
49137bf
block-backend: remove blk_flush_all
by John Snow
· 9 years ago
22af08e
qemu: use bdrv_flush_all for vm_stop et al
by John Snow
· 9 years ago
4085f5c
block: reintroduce bdrv_flush_all
by John Snow
· 9 years ago
c640f28
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
bc63afa
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 9 years ago
4af2793
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20160928-1' into staging
by Peter Maydell
· 9 years ago
79907e6
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160928-1' into staging
by Peter Maydell
· 9 years ago
fe121b9
linux-aio: fix re-entrant completion processing
by Stefan Hajnoczi
· 9 years ago
afe16f3
test-coroutine: test qemu_coroutine_entered()
by Stefan Hajnoczi
· 9 years ago
f643e46
coroutine: add qemu_coroutine_entered() function
by Stefan Hajnoczi
· 9 years ago
3c87faf
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160927-tag' into staging
by Peter Maydell
· 9 years ago
ec044a8
ps2: do not generate invalid key codes for unknown keys
by Hervé Poussineau
· 9 years ago
8c10e0b
ps2: use QEMU qcodes instead of scancodes
by Hervé Poussineau
· 9 years ago
57d5c00
ps2: allow keycode translation for all scancode sets
by Hervé Poussineau
· 9 years ago
4df23b6
ps2: correctly handle 'get/set scancode' command
by Hervé Poussineau
· 9 years ago
06b3611
ps2: reject unknown commands, instead of blindly accepting them
by Hervé Poussineau
· 9 years ago
d9d2663
ui/vnc-enc-tight: remove switch and have single return
by Alex Bennée
· 9 years ago
4423184
spice/gl: render DisplaySurface via opengl
by Gerd Hoffmann
· 9 years ago
f607867
console: track gl_block state in QemuConsole
by Gerd Hoffmann
· 9 years ago
cd958ed
console: skip same-size resize
by Marc-André Lureau
· 9 years ago
844c822
libqos: fix qvring_init()
by Laurent Vivier
· 9 years ago
eb7b5c3
iothread: check iothread->ctx before aio_context_unref to avoid assertion
by Lin Ma
· 9 years ago
6b94246
aio-posix: avoid unnecessary aio_epoll_enabled() calls
by Yaowei Bai
· 9 years ago
e7e4f9f
block: mirror: fix wrong comment of mirror_start
by Yaowei Bai
· 9 years ago
4a58f35
tests: cris: add v17 ADDC test
by Rabin Vincent
· 9 years ago
ceffd34
target-cris: add v17 CPU
by Rabin Vincent
· 9 years ago
17bc37b7
target-cris: reduce v32isms from v10 log dumps
by Hans-Peter Nilsson
· 9 years ago
85b3ed1
tests: cris: remove check_time1
by Rabin Vincent
· 9 years ago
d10a010
tests: cris: remove openpf4 test
by Rabin Vincent
· 9 years ago
f278d5c
tests: cris: fix syscall inline asm
by Rabin Vincent
· 9 years ago
21ce148
tests: cris: force inlining
by Rabin Vincent
· 9 years ago
b6eb9b4
qdisk - hw/block/xen_disk: grant copy implementation
by Paulina Szubarczyk
· 9 years ago
25930ed
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging
by Peter Maydell
· 9 years ago
4f01a63
sysbus: Remove ignored return value of FindSysbusDeviceFunc
by David Gibson
· 9 years ago
55c911a
target-i386: Remove has_msr_* global vars for KVM features
by Eduardo Habkost
· 9 years ago
aec661d
target-i386: Clear KVM CPUID features if KVM is disabled
by Eduardo Habkost
· 9 years ago
3ddcd2e
target-i386: Remove has_msr_hv_tsc global variable
by Eduardo Habkost
· 9 years ago
2d5aa87
target-i386: Remove has_msr_hv_apic global variable
by Eduardo Habkost
· 9 years ago
1eabfce
target-i386: Remove has_msr_mtrr global variable
by Eduardo Habkost
· 9 years ago
96193c2
target-i386: Move xsave component mask to features array
by Eduardo Habkost
· 9 years ago
2ca8a8b
target-i386: xsave: Calculate set of xsave components on realize
by Eduardo Habkost
· 9 years ago
1fda619
target-i386: xsave: Helper function to calculate xsave area size
by Eduardo Habkost
· 9 years ago
8057c62
target-i386: xsave: Simplify CPUID[0xD,0].{EAX,EDX} calculation
by Eduardo Habkost
· 9 years ago
4928cd6
target-i386: xsave: Calculate enabled components only once
by Eduardo Habkost
· 9 years ago
9646f49
target-i386: Don't try to enable PT State xsave component
by Eduardo Habkost
· 9 years ago
2d5312d
target-i386: Move feature name arrays inside FeatureWordInfo
by Eduardo Habkost
· 9 years ago
eab60fb
linux-user: remove #define smp_{cores, threads}
by Marc-André Lureau
· 9 years ago
0c3d7c0
target-i386: Enable CPUID[0x8000000A] if SVM is enabled
by Eduardo Habkost
· 9 years ago
c39c0ed
target-i386: Automatically set level/xlevel/xlevel2 when needed
by Eduardo Habkost
· 9 years ago
df3e9af
tests: Test CPUID level handling for old machines
by Eduardo Habkost
· 9 years ago
6efef58
tests: Add test code for CPUID level/xlevel handling
by Eduardo Habkost
· 9 years ago
5e992a8
target-i386: Add a marker to end of the region zeroed on reset
by Eduardo Habkost
· 10 years ago
0456441
target-i386: Remove unused X86CPUDefinition::xlevel2 field
by Eduardo Habkost
· 9 years ago
333ec4c
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
by Peter Maydell
· 9 years ago
6d0ceb8
replay: allow replay stopping and restarting
by Pavel Dovgalyuk
· 9 years ago
306e196
replay: vmstate for replay module
by Pavel Dovgalyuk
· 9 years ago
f186d64
replay: move internal data to the structure
by Pavel Dovgalyuk
· 9 years ago
c265e97
cpus-common: lock-free fast path for cpu_exec_start/end
by Paolo Bonzini
· 9 years ago
3359baa
tcg: Make tb_flush() thread safe
by Sergey Fedorov
· 9 years ago
53f5ed9
cpus-common: Introduce async_safe_run_on_cpu()
by Paolo Bonzini
· 9 years ago
758e1b2
cpus-common: simplify locking for start_exclusive/end_exclusive
by Paolo Bonzini
· 9 years ago
cf07da6
cpus-common: remove redundant call to exclusive_idle()
by Paolo Bonzini
· 9 years ago
c978b31
cpus-common: always defer async_run_on_cpu work items
by Paolo Bonzini
· 9 years ago
a200f2f
docs: include formal model for TCG exclusive sections
by Paolo Bonzini
· 9 years ago
ab12997
cpus-common: move exclusive work infrastructure from linux-user
by Paolo Bonzini
· 9 years ago
0e55539
cpus-common: fix uninitialized variable use in run_on_cpu
by Paolo Bonzini
· 9 years ago
d148d90
cpus-common: move CPU work item management to common code
by Sergey Fedorov
· 9 years ago
267f685
cpus-common: move CPU list management to common code
by Paolo Bonzini
· 9 years ago
178f942
linux-user: Add qemu_cpu_is_self() and qemu_cpu_kick()
by Sergey Fedorov
· 9 years ago
959f593
linux-user: Use QemuMutex and QemuCond
by Sergey Fedorov
· 9 years ago
a5403c6
cpus: Rename flush_queued_work()
by Sergey Fedorov
· 9 years ago
fd38b25
cpus: Move common code out of {async_, }run_on_cpu()
by Sergey Fedorov
· 9 years ago
e0eeb4a
cpus: pass CPUState to run_on_cpu helpers
by Alex Bennée
· 9 years ago
4a05889
build-sys: put glib_cflags in QEMU_CFLAGS
by Marc-André Lureau
· 9 years ago
1f04b99
build-sys: remove unused GLIB_CFLAGS
by Marc-André Lureau
· 9 years ago
9c1f8f4
migration: sync all address spaces
by Paolo Bonzini
· 9 years ago
cc9d8a3
compiler: Swap 'public domain' header for license
by Felipe Franciosi
· 9 years ago
63ae8b9
checkpatch: downgrade "architecture specific defines should be avoided"
by Paolo Bonzini
· 9 years ago
048a2e8
x86: ioapic: boost default version to 0x20
by Peter Xu
· 9 years ago
a3276f7
intel_iommu, amd_iommu: allow UNMAP notifiers
by Peter Xu
· 9 years ago
fa26f01
imx_fec: fix error in qemu_send_packet argument
by Paolo Bonzini
· 9 years ago
a16d8ef
mcf_fec: fix error in qemu_send_packet argument
by Paolo Bonzini
· 9 years ago
070c4b9
net: mcf: limit buffer descriptor count
by Prasad J Pandit
· 9 years ago
b38636b
e1000e: Fix EIAC register implementation
by Dmitry Fleytman
· 9 years ago
4100c02
e1000e: Fix spurious RX TCP ACK interrupts
by Dmitry Fleytman
· 9 years ago
8b54c6e
e1000e: Fix OTHER interrupts processing for MSI-X
by Dmitry Fleytman
· 9 years ago
680e60b
e1000e: Fix PBACLR implementation
by Dmitry Fleytman
· 9 years ago
2d80314
e1000e: Fix CTRL_EXT.EIAME behavior
by Dmitry Fleytman
· 9 years ago
4036474
e1000e: Flush receive queues on link up
by Dmitry Fleytman
· 9 years ago
6ee0e20
e1000e: Flush all receive queues on receive enable
by Dmitry Fleytman
· 9 years ago
47f9f15
net: limit allocation in nc_sendv_compat
by Peter Lieven
· 9 years ago
584613e
tap: Allow specifying a bridge
by Alexey Kardashevskiy
· 9 years ago
fb56d32
e1000: fix buliding complaint
by Gonglei
· 9 years ago
Next »