aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-22roms: add microvm-bios (qboot) as binary and git submoduleSergio Lopez
2019-10-22hw/intc/apic: reject pic ints if isa_pic == NULLSergio Lopez
2019-10-22fw_cfg: add "modify" functions for all typesSergio Lopez
2019-10-22hw/i386: make x86.c independent from PCMachineStateSergio Lopez
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini
2019-10-22hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez
2019-10-22hw/i386/pc: remove commented out code from x86_load_linux()Sergio Lopez
2019-10-22hw/i386/pc: avoid an assignment in if condition in x86_load_linux()Sergio Lopez
2019-10-22hw/i386/pc: replace use of strtol with qemu_strtoui in x86_load_linux()Sergio Lopez
2019-10-22hw/i386/pc: fix code style issues on functions that will be moved outSergio Lopez
2019-10-22hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez
2019-10-22hw/virtio: Factorize virtio-mmio headersSergio Lopez
2019-10-22memory-device: simplify Makefile.objs conditionsPaolo Bonzini
2019-10-22Do not use %m in common code to print error messagesThomas Huth
2019-10-22i386/kvm: add NoNonArchitecturalCoreSharing Hyper-V enlightenmentVitaly Kuznetsov
2019-10-22Updated Bulgarian translation (19) - 4.1.0Alexander Shopov
2019-10-22mc146818rtc: fix timer interrupt reinjectionMarcelo Tosatti
2019-10-22target/i386: log MCE guest and host addressesMario Smarduch
2019-10-18Merge remote-tracking branch 'remotes/kraxel/tags/audio-20191018-pull-request...Peter Maydell
2019-10-18Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2019-10-18Merge remote-tracking branch 'remotes/kraxel/tags/ui-20191018-pull-request' i...Peter Maydell
2019-10-18ui: fix keymap file search in input-barrier objectLaurent Vivier
2019-10-18curses: correctly pass the color pair to setcchar()Matthew Kilgore
2019-10-18curses: use the bit mask constants provided by cursesMatthew Kilgore
2019-10-18ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina)Hikaru Nishida
2019-10-18paaudio: fix channel order for usb-audio 5.1 and 7.1 streamsKővágó, Zoltán
2019-10-18usbaudio: change playback counters to 64 bitKővágó, Zoltán
2019-10-18usb-audio: support more than two channels of audioKővágó, Zoltán
2019-10-18usb-audio: do not count on avail bytes actually availableKővágó, Zoltán
2019-10-18audio: basic support for multichannel audioKővágó, Zoltán
2019-10-18audio: replace shift in audio_pcm_info with bytes_per_frameKővágó, Zoltán
2019-10-18audio: support more than two channels in volume settingKővágó, Zoltán
2019-10-18paaudio: get/put_buffer functionsKővágó, Zoltán
2019-10-18audio: make mixeng optionalKővágó, Zoltán
2019-10-18audio: add mixing-engine option (documentation)Kővágó, Zoltán
2019-10-18audio: paaudio: ability to specify stream nameKővágó, Zoltán
2019-10-18audio: paaudio: fix connection and stream nameKővágó, Zoltán
2019-10-18audio: fix parameter dereference before NULL checkKővágó, Zoltán
2019-10-17dirty-bitmaps: remove deprecated autoload parameterJohn Snow
2019-10-17MAINTAINERS: Add Vladimir as a reviewer for bitmapsJohn Snow
2019-10-17qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commitVladimir Sementsov-Ogievskiy
2019-10-17block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rwVladimir Sementsov-Ogievskiy
2019-10-17iotests: add test 260 to check bitmap life after snapshot + commitVladimir Sementsov-Ogievskiy
2019-10-17block/qcow2-bitmap: do not remove bitmaps on reopen-roVladimir Sementsov-Ogievskiy
2019-10-17block/qcow2-bitmap: drop qcow2_reopen_bitmaps_rw_hint()Vladimir Sementsov-Ogievskiy
2019-10-17block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmapsVladimir Sementsov-Ogievskiy
2019-10-17iotests: add test-case to 165 to test reopening qcow2 bitmaps to RWVladimir Sementsov-Ogievskiy
2019-10-17block: reverse order for reopen commitsVladimir Sementsov-Ogievskiy
2019-10-17block: switch reopen queue from QSIMPLEQ to QTAILQVladimir Sementsov-Ogievskiy
2019-10-17block/dirty-bitmap: refactor bdrv_dirty_bitmap_nextVladimir Sementsov-Ogievskiy