Age | Commit message (Expand) | Author |
2019-10-24 | mc146818rtc: Include mc146818rtc_regs.h directly in mc146818rtc.c | Philippe Mathieu-Daudé |
2019-10-24 | mc146818rtc: Move RTC_ISA_IRQ definition | Philippe Mathieu-Daudé |
2019-10-24 | mc146818rtc: move structure to header file | Hervé Poussineau |
2019-10-24 | hw/i386/pc: Remove kvm_i386.h include | Philippe Mathieu-Daudé |
2019-10-24 | hw/i386/pc: Extract pc_i8259_create() | Philippe Mathieu-Daudé |
2019-10-24 | hw/i386/pc: Move gsi_state creation code | Philippe Mathieu-Daudé |
2019-10-24 | hw/i386/pc: Extract pc_gsi_create() | Philippe Mathieu-Daudé |
2019-10-23 | target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSR | Tao Xu |
2019-10-23 | x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE | Tao Xu |
2019-10-23 | hw/timer/mc146818rtc: Only include qapi-commands-misc on I386 | Philippe Mathieu-Daudé |
2019-10-23 | runstate: ignore exit request in finish migrate state | Laurent Vivier |
2019-10-23 | checkpatch: suggest qemu_real_host_page_size instead of getpagesize() or sysc... | Wei Yang |
2019-10-22 | MAINTAINERS: add microvm related files | Sergio Lopez |
2019-10-22 | hw/i386: Introduce the microvm machine type | Sergio Lopez |
2019-10-22 | docs/microvm.rst: document the new microvm machine type | Sergio Lopez |
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 |