aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-21target/ppc: Optimize emulation of vclzd instructionStefan Brankovic3-5/+27
2019-08-21target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic3-278/+76
2019-08-21target/ppc: move opcode decode tables to PowerPCCPUAlex Bennée3-14/+13
2019-08-21target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic3-39/+99
2019-08-21target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic3-52/+89
2019-08-21migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia2-4/+10
2019-08-21spapr_pci: Allow 2MiB and 16MiB IOMMU pagesizes by defaultDavid Gibson2-1/+8
2019-08-21audio: fix memory leak reported by ASANKővágó, Zoltán1-0/+6
2019-08-21audio: use size_t where makes senseKővágó, Zoltán18-216/+215
2019-08-21audio: remove read and write pcm_opsKővágó, Zoltán11-106/+4
2019-08-21paaudio: fix playback glitchesKővágó, Zoltán1-4/+2
2019-08-21audio: do not run each backend in audio_runKővágó, Zoltán4-18/+17
2019-08-21audio: remove audio_MIN, audio_MAXKővágó, Zoltán21-87/+70
2019-08-21paaudio: properly disconnect streams in fini_*Kővágó, Zoltán1-2/+23
2019-08-21paaudio: do not move stream when sink/source name is specifiedKővágó, Zoltán1-0/+5
2019-08-21audio: audiodev= parameters no longer optional when -audiodev presentKővágó, Zoltán1-9/+15
2019-08-21paaudio: prepare for multiple audiodevKővágó, Zoltán1-136/+183
2019-08-21audio: add audiodev properties to frontendsKővágó, Zoltán15-1/+91
2019-08-21audio: add audiodev property to vnc and wav_captureKővágó, Zoltán5-17/+39
2019-08-21audio: basic support for multi backend audioKővágó, Zoltán7-33/+95
2019-08-21audio: reduce glob_audio_state usageKővágó, Zoltán3-56/+57
2019-08-21audio: Add missing fall through commentsStefan Weil1-0/+2
2019-08-21hw: add compat machines for 4.2Cornelia Huck9-6/+71
2019-08-21spapr_iommu: Fix xlate trace to print translated addressAlexey Kardashevskiy1-1/+1
2019-08-21spapr: quantify error messages regarding capability settingsDaniel Black1-14/+28
2019-08-20x86: Intel AVX512_BF16 feature enablingJing Liu3-2/+47
2019-08-20scsi: lsi: exit infinite loop while executing script (CVE-2019-12068)Paolo Bonzini1-14/+27
2019-08-20test-bitmap: test set 1 bit case for bitmap_setWei Yang1-0/+12
2019-08-20migration: do not rom_reset() during incoming migrationCatherine Ho1-0/+10
2019-08-20HACKING: Document 'struct' keyword usageEduardo Habkost1-1/+13
2019-08-20kvm: vmxcap: Enhance with latest featuresJan Kiszka1-0/+8
2019-08-20cpus-common: nuke finish_safe_workRoman Kagan1-8/+0
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk18-102/+7
2019-08-20icount: clean up cpu_can_io at the entry to the blockPavel Dovgalyuk2-19/+20
2019-08-20replay: rename step-related variables and functionsPavel Dovgalyuk7-27/+27
2019-08-20replay: refine replay-time modulePavel Dovgalyuk1-20/+16
2019-08-20replay: fix replay shutdownPavel Dovgalyuk1-4/+4
2019-08-20util/qemu-timer: refactor deadline calculation for external timersPavel Dovgalyuk6-15/+53
2019-08-20replay: document development rulesPavel Dovgalyuk1-0/+46
2019-08-20replay: add missing fix for internal functionPavel Dovgalyuk1-1/+1
2019-08-20timer: last, remove last bits of lastDr. David Alan Gilbert2-34/+1
2019-08-20replay: Remove host_clock_lastDr. David Alan Gilbert1-5/+2
2019-08-20timer: Remove reset notifiersDr. David Alan Gilbert2-42/+1
2019-08-20mc146818rtc: Remove reset notifiersDr. David Alan Gilbert1-19/+0
2019-08-20memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini4-1/+53
2019-08-20target/i386: Return 'indefinite integer value' for invalid SSE fp->int conver...Peter Maydell1-28/+60
2019-08-20i386/kvm: initialize struct at full before ioctl callAndrey Shinkevich1-0/+3
2019-08-20tests: Fix uninitialized byte in test_visitor_in_fuzzAndrey Shinkevich1-5/+3
2019-08-20test-throttle: Fix uninitialized use of burst_lengthAndrey Shinkevich1-0/+2
2019-08-20target-i386: kvm: 'kvm_get_supported_msrs' cleanupLi Qiang1-94/+91