Age | Commit message (Expand) | Author |
2019-10-22 | roms: add microvm-bios (qboot) as binary and git submodule | Sergio Lopez |
2019-10-22 | hw/intc/apic: reject pic ints if isa_pic == NULL | Sergio Lopez |
2019-10-22 | fw_cfg: add "modify" functions for all types | Sergio Lopez |
2019-10-22 | hw/i386: make x86.c independent from PCMachineState | Sergio Lopez |
2019-10-22 | hw/i386: split PCMachineState deriving X86MachineState from it | Paolo Bonzini |
2019-10-22 | hw/i386/pc: move shared x86 functions to x86.c and export them | Sergio Lopez |
2019-10-22 | hw/i386/pc: remove commented out code from x86_load_linux() | Sergio Lopez |
2019-10-22 | hw/i386/pc: avoid an assignment in if condition in x86_load_linux() | Sergio Lopez |
2019-10-22 | hw/i386/pc: replace use of strtol with qemu_strtoui in x86_load_linux() | Sergio Lopez |
2019-10-22 | hw/i386/pc: fix code style issues on functions that will be moved out | Sergio Lopez |
2019-10-22 | hw/i386/pc: rename functions shared with non-PC machines | Sergio Lopez |
2019-10-22 | hw/virtio: Factorize virtio-mmio headers | Sergio Lopez |
2019-10-22 | memory-device: simplify Makefile.objs conditions | Paolo Bonzini |
2019-10-22 | Do not use %m in common code to print error messages | Thomas Huth |
2019-10-22 | i386/kvm: add NoNonArchitecturalCoreSharing Hyper-V enlightenment | Vitaly Kuznetsov |
2019-10-22 | Updated Bulgarian translation (19) - 4.1.0 | Alexander Shopov |
2019-10-22 | mc146818rtc: fix timer interrupt reinjection | Marcelo Tosatti |
2019-10-22 | target/i386: log MCE guest and host addresses | Mario Smarduch |
2019-10-18 | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20191018-pull-request... | Peter Maydell |
2019-10-18 | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ... | Peter Maydell |
2019-10-18 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20191018-pull-request' i... | Peter Maydell |
2019-10-18 | ui: fix keymap file search in input-barrier object | Laurent Vivier |
2019-10-18 | curses: correctly pass the color pair to setcchar() | Matthew Kilgore |
2019-10-18 | curses: use the bit mask constants provided by curses | Matthew Kilgore |
2019-10-18 | ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina) | Hikaru Nishida |
2019-10-18 | paaudio: fix channel order for usb-audio 5.1 and 7.1 streams | Kővágó, Zoltán |
2019-10-18 | usbaudio: change playback counters to 64 bit | Kővágó, Zoltán |
2019-10-18 | usb-audio: support more than two channels of audio | Kővágó, Zoltán |
2019-10-18 | usb-audio: do not count on avail bytes actually available | Kővágó, Zoltán |
2019-10-18 | audio: basic support for multichannel audio | Kővágó, Zoltán |
2019-10-18 | audio: replace shift in audio_pcm_info with bytes_per_frame | Kővágó, Zoltán |
2019-10-18 | audio: support more than two channels in volume setting | Kővágó, Zoltán |
2019-10-18 | paaudio: get/put_buffer functions | Kővágó, Zoltán |
2019-10-18 | audio: make mixeng optional | Kővágó, Zoltán |
2019-10-18 | audio: add mixing-engine option (documentation) | Kővágó, Zoltán |
2019-10-18 | audio: paaudio: ability to specify stream name | Kővágó, Zoltán |
2019-10-18 | audio: paaudio: fix connection and stream name | Kővágó, Zoltán |
2019-10-18 | audio: fix parameter dereference before NULL check | Kővágó, Zoltán |
2019-10-17 | dirty-bitmaps: remove deprecated autoload parameter | John Snow |
2019-10-17 | MAINTAINERS: Add Vladimir as a reviewer for bitmaps | John Snow |
2019-10-17 | qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit | Vladimir Sementsov-Ogievskiy |
2019-10-17 | block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw | Vladimir Sementsov-Ogievskiy |
2019-10-17 | iotests: add test 260 to check bitmap life after snapshot + commit | Vladimir Sementsov-Ogievskiy |
2019-10-17 | block/qcow2-bitmap: do not remove bitmaps on reopen-ro | Vladimir Sementsov-Ogievskiy |
2019-10-17 | block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint() | Vladimir Sementsov-Ogievskiy |
2019-10-17 | block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmaps | Vladimir Sementsov-Ogievskiy |
2019-10-17 | iotests: add test-case to 165 to test reopening qcow2 bitmaps to RW | Vladimir Sementsov-Ogievskiy |
2019-10-17 | block: reverse order for reopen commits | Vladimir Sementsov-Ogievskiy |
2019-10-17 | block: switch reopen queue from QSIMPLEQ to QTAILQ | Vladimir Sementsov-Ogievskiy |
2019-10-17 | block/dirty-bitmap: refactor bdrv_dirty_bitmap_next | Vladimir Sementsov-Ogievskiy |