aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-24mc146818rtc: Include mc146818rtc_regs.h directly in mc146818rtc.cPhilippe Mathieu-Daudé
2019-10-24mc146818rtc: Move RTC_ISA_IRQ definitionPhilippe Mathieu-Daudé
2019-10-24mc146818rtc: move structure to header fileHervé Poussineau
2019-10-24hw/i386/pc: Remove kvm_i386.h includePhilippe Mathieu-Daudé
2019-10-24hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé
2019-10-24hw/i386/pc: Move gsi_state creation codePhilippe Mathieu-Daudé
2019-10-24hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé
2019-10-23target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSRTao Xu
2019-10-23x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSETao Xu
2019-10-23hw/timer/mc146818rtc: Only include qapi-commands-misc on I386Philippe Mathieu-Daudé
2019-10-23runstate: ignore exit request in finish migrate stateLaurent Vivier
2019-10-23checkpatch: suggest qemu_real_host_page_size instead of getpagesize() or sysc...Wei Yang
2019-10-22MAINTAINERS: add microvm related filesSergio Lopez
2019-10-22hw/i386: Introduce the microvm machine typeSergio Lopez
2019-10-22docs/microvm.rst: document the new microvm machine typeSergio Lopez
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