summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | target/i386: reimplement fyl2xp1 using floatx80 operationsJoseph Myers2020-06-262-9/+1358
| * | target/i386: reimplement fprem, fprem1 using floatx80 operationsJoseph Myers2020-06-261-108/+48Star
| * | softfloat: return low bits of quotient from floatx80_modremJoseph Myers2020-06-262-6/+20
| * | softfloat: do not set denominator high bit for floatx80 remainderJoseph Myers2020-06-261-1/+0Star
| * | softfloat: do not return pseudo-denormal from floatx80 remainderJoseph Myers2020-06-261-3/+19
| * | softfloat: fix floatx80 remainder pseudo-denormal check for zeroJoseph Myers2020-06-261-1/+1
| * | softfloat: merge floatx80_mod and floatx80_remJoseph Myers2020-06-264-95/+40Star
| * | target/i386: reimplement f2xm1 using floatx80 operationsJoseph Myers2020-06-262-3/+1522
| * | xen: Actually fix build without passthroughAnthony PERARD2020-06-261-1/+1
| * | Makefile: Install qemu-[qmp/ga]-ref.* into the directory "interop"Liao Pingfang2020-06-262-6/+8
| * | hw/scsi/megasas: Fix possible out-of-bounds array access in tracepointsThomas Huth2020-06-261-13/+23
| * | docs/nvdimm: add description of alignment requirement of device daxJingqi Liu2020-06-262-1/+11
| * | exec: fetch the alignment of Linux devdax pmem character device nodesJingqi Liu2020-06-261-1/+53
| * | configure: add libdaxctl supportJingqi Liu2020-06-261-0/+29
| * | replay: synchronize on every virtual timer callbackPavel Dovgalyuk2020-06-262-24/+10Star
| * | replay: notify the main loop when there are no instructionsPavel Dovgalyuk2020-06-261-3/+12
| * | memory: Revert "memory: accept mismatching sizes in memory_region_access_valid"Michael S. Tsirkin2020-06-261-20/+9Star
| * | libqos: pci-pc: use 32-bit write for EJ registerPaolo Bonzini2020-06-261-1/+1
| * | libqos: usb-hcd-ehci: use 32-bit write for config registerPaolo Bonzini2020-06-261-1/+1
| * | util/getauxval: Porting to FreeBSD getauxval featureDavid CARLIER2020-06-261-0/+10
| * | kvm: support to get/set dirty log initial-all-set capabilityJay Zhou2020-06-261-7/+14
* | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-06-268-65/+283
|\ \ \ | |_|/ |/| |
| * | block/nvme: support nested aio_poll()Stefan Hajnoczi2020-06-232-7/+58
| * | block/nvme: keep BDRVNVMeState pointer in NVMeQueuePairStefan Hajnoczi2020-06-231-32/+38
| * | block/nvme: clarify that free_req_queue is protected by q->lockStefan Hajnoczi2020-06-231-1/+1
| * | block/nvme: switch to a NVMeRequest freelistStefan Hajnoczi2020-06-231-27/+54
| * | block/nvme: don't access CQE after moving cq.headStefan Hajnoczi2020-06-231-1/+4
| * | block/nvme: drop tautologous assertionStefan Hajnoczi2020-06-231-1/+0Star
| * | block/nvme: poll queues without q->lockStefan Hajnoczi2020-06-231-0/+12
| * | check-block: enable iotests with SafeStackDaniele Buono2020-06-231-1/+11
| * | configure: add flags to support SafeStackDaniele Buono2020-06-231-0/+73
| * | coroutine: add check for SafeStack in sigaltstackDaniele Buono2020-06-231-0/+4
| * | coroutine: support SafeStack in ucontext backendDaniele Buono2020-06-232-0/+33
| * | minikconf: explicitly set encoding to UTF-8Stefan Hajnoczi2020-06-231-3/+3
* | | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20200626' int...Peter Maydell2020-06-2613-283/+620
|\ \ \
| * | | adb: add ADB bus trace eventsMark Cave-Ayland2020-06-262-1/+27
| * | | adb: use adb_device prefix for ADB device trace eventsMark Cave-Ayland2020-06-263-22/+22
| * | | adb: only call autopoll callbacks when autopoll is not blockedMark Cave-Ayland2020-06-262-7/+6Star
| * | | mac_via: rework ADB state machine to be compatible with both MacOS and LinuxMark Cave-Ayland2020-06-263-119/+260
| * | | mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()Mark Cave-Ayland2020-06-261-14/+10Star
| * | | pmu: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland2020-06-261-0/+3
| * | | cuda: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland2020-06-261-0/+5
| * | | adb: add autopoll_blocked variable to block autopollMark Cave-Ayland2020-06-262-0/+25
| * | | adb: use adb_request() only for explicit requestsMark Cave-Ayland2020-06-261-2/+8
| * | | adb: add status field for holding information about the last ADB requestMark Cave-Ayland2020-06-262-3/+15
| * | | adb: keep track of devices with pending dataMark Cave-Ayland2020-06-262-1/+16
| * | | adb: introduce new ADBDeviceHasData method to ADBDeviceClassMark Cave-Ayland2020-06-263-0/+20
| * | | mac_via: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-262-13/+10Star
| * | | pmu: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-262-27/+15Star
| * | | cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-262-37/+23Star