index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
target/i386: reimplement fyl2xp1 using floatx80 operations
Joseph Myers
2020-06-26
2
-9
/
+1358
|
*
|
target/i386: reimplement fprem, fprem1 using floatx80 operations
Joseph Myers
2020-06-26
1
-108
/
+48
|
*
|
softfloat: return low bits of quotient from floatx80_modrem
Joseph Myers
2020-06-26
2
-6
/
+20
|
*
|
softfloat: do not set denominator high bit for floatx80 remainder
Joseph Myers
2020-06-26
1
-1
/
+0
|
*
|
softfloat: do not return pseudo-denormal from floatx80 remainder
Joseph Myers
2020-06-26
1
-3
/
+19
|
*
|
softfloat: fix floatx80 remainder pseudo-denormal check for zero
Joseph Myers
2020-06-26
1
-1
/
+1
|
*
|
softfloat: merge floatx80_mod and floatx80_rem
Joseph Myers
2020-06-26
4
-95
/
+40
|
*
|
target/i386: reimplement f2xm1 using floatx80 operations
Joseph Myers
2020-06-26
2
-3
/
+1522
|
*
|
xen: Actually fix build without passthrough
Anthony PERARD
2020-06-26
1
-1
/
+1
|
*
|
Makefile: Install qemu-[qmp/ga]-ref.* into the directory "interop"
Liao Pingfang
2020-06-26
2
-6
/
+8
|
*
|
hw/scsi/megasas: Fix possible out-of-bounds array access in tracepoints
Thomas Huth
2020-06-26
1
-13
/
+23
|
*
|
docs/nvdimm: add description of alignment requirement of device dax
Jingqi Liu
2020-06-26
2
-1
/
+11
|
*
|
exec: fetch the alignment of Linux devdax pmem character device nodes
Jingqi Liu
2020-06-26
1
-1
/
+53
|
*
|
configure: add libdaxctl support
Jingqi Liu
2020-06-26
1
-0
/
+29
|
*
|
replay: synchronize on every virtual timer callback
Pavel Dovgalyuk
2020-06-26
2
-24
/
+10
|
*
|
replay: notify the main loop when there are no instructions
Pavel Dovgalyuk
2020-06-26
1
-3
/
+12
|
*
|
memory: Revert "memory: accept mismatching sizes in memory_region_access_valid"
Michael S. Tsirkin
2020-06-26
1
-20
/
+9
|
*
|
libqos: pci-pc: use 32-bit write for EJ register
Paolo Bonzini
2020-06-26
1
-1
/
+1
|
*
|
libqos: usb-hcd-ehci: use 32-bit write for config register
Paolo Bonzini
2020-06-26
1
-1
/
+1
|
*
|
util/getauxval: Porting to FreeBSD getauxval feature
David CARLIER
2020-06-26
1
-0
/
+10
|
*
|
kvm: support to get/set dirty log initial-all-set capability
Jay Zhou
2020-06-26
1
-7
/
+14
*
|
|
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2020-06-26
8
-65
/
+283
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
block/nvme: support nested aio_poll()
Stefan Hajnoczi
2020-06-23
2
-7
/
+58
|
*
|
block/nvme: keep BDRVNVMeState pointer in NVMeQueuePair
Stefan Hajnoczi
2020-06-23
1
-32
/
+38
|
*
|
block/nvme: clarify that free_req_queue is protected by q->lock
Stefan Hajnoczi
2020-06-23
1
-1
/
+1
|
*
|
block/nvme: switch to a NVMeRequest freelist
Stefan Hajnoczi
2020-06-23
1
-27
/
+54
|
*
|
block/nvme: don't access CQE after moving cq.head
Stefan Hajnoczi
2020-06-23
1
-1
/
+4
|
*
|
block/nvme: drop tautologous assertion
Stefan Hajnoczi
2020-06-23
1
-1
/
+0
|
*
|
block/nvme: poll queues without q->lock
Stefan Hajnoczi
2020-06-23
1
-0
/
+12
|
*
|
check-block: enable iotests with SafeStack
Daniele Buono
2020-06-23
1
-1
/
+11
|
*
|
configure: add flags to support SafeStack
Daniele Buono
2020-06-23
1
-0
/
+73
|
*
|
coroutine: add check for SafeStack in sigaltstack
Daniele Buono
2020-06-23
1
-0
/
+4
|
*
|
coroutine: support SafeStack in ucontext backend
Daniele Buono
2020-06-23
2
-0
/
+33
|
*
|
minikconf: explicitly set encoding to UTF-8
Stefan Hajnoczi
2020-06-23
1
-3
/
+3
*
|
|
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20200626' int...
Peter Maydell
2020-06-26
13
-283
/
+620
|
\
\
\
|
*
|
|
adb: add ADB bus trace events
Mark Cave-Ayland
2020-06-26
2
-1
/
+27
|
*
|
|
adb: use adb_device prefix for ADB device trace events
Mark Cave-Ayland
2020-06-26
3
-22
/
+22
|
*
|
|
adb: only call autopoll callbacks when autopoll is not blocked
Mark Cave-Ayland
2020-06-26
2
-7
/
+6
|
*
|
|
mac_via: rework ADB state machine to be compatible with both MacOS and Linux
Mark Cave-Ayland
2020-06-26
3
-119
/
+260
|
*
|
|
mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()
Mark Cave-Ayland
2020-06-26
1
-14
/
+10
|
*
|
|
pmu: add adb_autopoll_block() and adb_autopoll_unblock() functions
Mark Cave-Ayland
2020-06-26
1
-0
/
+3
|
*
|
|
cuda: add adb_autopoll_block() and adb_autopoll_unblock() functions
Mark Cave-Ayland
2020-06-26
1
-0
/
+5
|
*
|
|
adb: add autopoll_blocked variable to block autopoll
Mark Cave-Ayland
2020-06-26
2
-0
/
+25
|
*
|
|
adb: use adb_request() only for explicit requests
Mark Cave-Ayland
2020-06-26
1
-2
/
+8
|
*
|
|
adb: add status field for holding information about the last ADB request
Mark Cave-Ayland
2020-06-26
2
-3
/
+15
|
*
|
|
adb: keep track of devices with pending data
Mark Cave-Ayland
2020-06-26
2
-1
/
+16
|
*
|
|
adb: introduce new ADBDeviceHasData method to ADBDeviceClass
Mark Cave-Ayland
2020-06-26
3
-0
/
+20
|
*
|
|
mac_via: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
2020-06-26
2
-13
/
+10
|
*
|
|
pmu: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
2020-06-26
2
-27
/
+15
|
*
|
|
cuda: convert to use ADBBusState internal autopoll variables
Mark Cave-Ayland
2020-06-26
2
-37
/
+23
[prev]
[next]