Age | Commit message (Expand) | Author | Files | Lines |
2019-08-21 | target/ppc: Optimize emulation of vclzd instruction | Stefan Brankovic | 3 | -5/+27 |
2019-08-21 | target/ppc: Optimize emulation of vgbbd instruction | Stefan Brankovic | 3 | -278/+76 |
2019-08-21 | target/ppc: move opcode decode tables to PowerPCCPU | Alex Bennée | 3 | -14/+13 |
2019-08-21 | target/ppc: Optimize emulation of vsl and vsr instructions | Stefan Brankovic | 3 | -39/+99 |
2019-08-21 | target/ppc: Optimize emulation of lvsl and lvsr instructions | Stefan Brankovic | 3 | -52/+89 |
2019-08-21 | migration: Do not re-read the clock on pre_save in case of paused guest | Maxiwell S. Garcia | 2 | -4/+10 |
2019-08-21 | spapr_pci: Allow 2MiB and 16MiB IOMMU pagesizes by default | David Gibson | 2 | -1/+8 |
2019-08-21 | audio: fix memory leak reported by ASAN | Kővágó, Zoltán | 1 | -0/+6 |
2019-08-21 | audio: use size_t where makes sense | Kővágó, Zoltán | 18 | -216/+215 |
2019-08-21 | audio: remove read and write pcm_ops | Kővágó, Zoltán | 11 | -106/+4 |
2019-08-21 | paaudio: fix playback glitches | Kővágó, Zoltán | 1 | -4/+2 |
2019-08-21 | audio: do not run each backend in audio_run | Kővágó, Zoltán | 4 | -18/+17 |
2019-08-21 | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán | 21 | -87/+70 |
2019-08-21 | paaudio: properly disconnect streams in fini_* | Kővágó, Zoltán | 1 | -2/+23 |
2019-08-21 | paaudio: do not move stream when sink/source name is specified | Kővágó, Zoltán | 1 | -0/+5 |
2019-08-21 | audio: audiodev= parameters no longer optional when -audiodev present | Kővágó, Zoltán | 1 | -9/+15 |
2019-08-21 | paaudio: prepare for multiple audiodev | Kővágó, Zoltán | 1 | -136/+183 |
2019-08-21 | audio: add audiodev properties to frontends | Kővágó, Zoltán | 15 | -1/+91 |
2019-08-21 | audio: add audiodev property to vnc and wav_capture | Kővágó, Zoltán | 5 | -17/+39 |
2019-08-21 | audio: basic support for multi backend audio | Kővágó, Zoltán | 7 | -33/+95 |
2019-08-21 | audio: reduce glob_audio_state usage | Kővágó, Zoltán | 3 | -56/+57 |
2019-08-21 | audio: Add missing fall through comments | Stefan Weil | 1 | -0/+2 |
2019-08-21 | hw: add compat machines for 4.2 | Cornelia Huck | 9 | -6/+71 |
2019-08-21 | spapr_iommu: Fix xlate trace to print translated address | Alexey Kardashevskiy | 1 | -1/+1 |
2019-08-21 | spapr: quantify error messages regarding capability settings | Daniel Black | 1 | -14/+28 |
2019-08-20 | x86: Intel AVX512_BF16 feature enabling | Jing Liu | 3 | -2/+47 |
2019-08-20 | scsi: lsi: exit infinite loop while executing script (CVE-2019-12068) | Paolo Bonzini | 1 | -14/+27 |
2019-08-20 | test-bitmap: test set 1 bit case for bitmap_set | Wei Yang | 1 | -0/+12 |
2019-08-20 | migration: do not rom_reset() during incoming migration | Catherine Ho | 1 | -0/+10 |
2019-08-20 | HACKING: Document 'struct' keyword usage | Eduardo Habkost | 1 | -1/+13 |
2019-08-20 | kvm: vmxcap: Enhance with latest features | Jan Kiszka | 1 | -0/+8 |
2019-08-20 | cpus-common: nuke finish_safe_work | Roman Kagan | 1 | -8/+0 |
2019-08-20 | icount: remove unnecessary gen_io_end calls | Pavel Dovgalyuk | 18 | -102/+7 |
2019-08-20 | icount: clean up cpu_can_io at the entry to the block | Pavel Dovgalyuk | 2 | -19/+20 |
2019-08-20 | replay: rename step-related variables and functions | Pavel Dovgalyuk | 7 | -27/+27 |
2019-08-20 | replay: refine replay-time module | Pavel Dovgalyuk | 1 | -20/+16 |
2019-08-20 | replay: fix replay shutdown | Pavel Dovgalyuk | 1 | -4/+4 |
2019-08-20 | util/qemu-timer: refactor deadline calculation for external timers | Pavel Dovgalyuk | 6 | -15/+53 |
2019-08-20 | replay: document development rules | Pavel Dovgalyuk | 1 | -0/+46 |
2019-08-20 | replay: add missing fix for internal function | Pavel Dovgalyuk | 1 | -1/+1 |
2019-08-20 | timer: last, remove last bits of last | Dr. David Alan Gilbert | 2 | -34/+1 |
2019-08-20 | replay: Remove host_clock_last | Dr. David Alan Gilbert | 1 | -5/+2 |
2019-08-20 | timer: Remove reset notifiers | Dr. David Alan Gilbert | 2 | -42/+1 |
2019-08-20 | mc146818rtc: Remove reset notifiers | Dr. David Alan Gilbert | 1 | -19/+0 |
2019-08-20 | memory: fix race between TCG and accesses to dirty bitmap | Paolo Bonzini | 4 | -1/+53 |
2019-08-20 | target/i386: Return 'indefinite integer value' for invalid SSE fp->int conver... | Peter Maydell | 1 | -28/+60 |
2019-08-20 | i386/kvm: initialize struct at full before ioctl call | Andrey Shinkevich | 1 | -0/+3 |
2019-08-20 | tests: Fix uninitialized byte in test_visitor_in_fuzz | Andrey Shinkevich | 1 | -5/+3 |
2019-08-20 | test-throttle: Fix uninitialized use of burst_length | Andrey Shinkevich | 1 | -0/+2 |
2019-08-20 | target-i386: kvm: 'kvm_get_supported_msrs' cleanup | Li Qiang | 1 | -94/+91 |