Age | Commit message (Expand) | Author | Files | Lines |
2019-10-24 | hw/i386/pc: Move gsi_state creation code | Philippe Mathieu-Daudé | 1 | -3/+3 |
2019-10-24 | hw/i386/pc: Extract pc_gsi_create() | Philippe Mathieu-Daudé | 4 | -16/+19 |
2019-10-23 | target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSR | Tao Xu | 3 | -0/+35 |
2019-10-23 | x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE | Tao Xu | 3 | -1/+9 |
2019-10-23 | hw/timer/mc146818rtc: Only include qapi-commands-misc on I386 | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-10-23 | runstate: ignore exit request in finish migrate state | Laurent Vivier | 1 | -0/+3 |
2019-10-23 | checkpatch: suggest qemu_real_host_page_size instead of getpagesize() or sysc... | Wei Yang | 1 | -0/+6 |
2019-10-22 | MAINTAINERS: add microvm related files | Sergio Lopez | 1 | -0/+9 |
2019-10-22 | hw/i386: Introduce the microvm machine type | Sergio Lopez | 5 | -0/+655 |
2019-10-22 | docs/microvm.rst: document the new microvm machine type | Sergio Lopez | 1 | -0/+108 |
2019-10-22 | roms: add microvm-bios (qboot) as binary and git submodule | Sergio Lopez | 4 | -0/+9 |
2019-10-22 | hw/intc/apic: reject pic ints if isa_pic == NULL | Sergio Lopez | 1 | -1/+1 |
2019-10-22 | fw_cfg: add "modify" functions for all types | Sergio Lopez | 2 | -0/+71 |
2019-10-22 | hw/i386: make x86.c independent from PCMachineState | Sergio Lopez | 5 | -40/+44 |
2019-10-22 | hw/i386: split PCMachineState deriving X86MachineState from it | Paolo Bonzini | 12 | -230/+326 |
2019-10-22 | hw/i386/pc: move shared x86 functions to x86.c and export them | Sergio Lopez | 8 | -642/+730 |
2019-10-22 | hw/i386/pc: remove commented out code from x86_load_linux() | Sergio Lopez | 1 | -13/+0 |
2019-10-22 | hw/i386/pc: avoid an assignment in if condition in x86_load_linux() | Sergio Lopez | 1 | -1/+8 |
2019-10-22 | hw/i386/pc: replace use of strtol with qemu_strtoui in x86_load_linux() | Sergio Lopez | 1 | -1/+8 |
2019-10-22 | hw/i386/pc: fix code style issues on functions that will be moved out | Sergio Lopez | 1 | -24/+29 |
2019-10-22 | hw/i386/pc: rename functions shared with non-PC machines | Sergio Lopez | 5 | -20/+20 |
2019-10-22 | hw/virtio: Factorize virtio-mmio headers | Sergio Lopez | 2 | -47/+74 |
2019-10-22 | memory-device: simplify Makefile.objs conditions | Paolo Bonzini | 1 | -1/+1 |
2019-10-22 | Do not use %m in common code to print error messages | Thomas Huth | 3 | -5/+6 |
2019-10-22 | i386/kvm: add NoNonArchitecturalCoreSharing Hyper-V enlightenment | Vitaly Kuznetsov | 5 | -0/+44 |
2019-10-22 | Updated Bulgarian translation (19) - 4.1.0 | Alexander Shopov | 1 | -5/+5 |
2019-10-22 | mc146818rtc: fix timer interrupt reinjection | Marcelo Tosatti | 1 | -26/+27 |
2019-10-22 | target/i386: log MCE guest and host addresses | Mario Smarduch | 1 | -5/+24 |
2019-10-18 | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20191018-pull-request... | Peter Maydell | 16 | -190/+757 |
2019-10-18 | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ... | Peter Maydell | 25 | -367/+623 |
2019-10-18 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20191018-pull-request' i... | Peter Maydell | 3 | -10/+24 |
2019-10-18 | ui: fix keymap file search in input-barrier object | Laurent Vivier | 1 | -7/+7 |
2019-10-18 | curses: correctly pass the color pair to setcchar() | Matthew Kilgore | 1 | -1/+3 |
2019-10-18 | curses: use the bit mask constants provided by curses | Matthew Kilgore | 1 | -2/+2 |
2019-10-18 | ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina) | Hikaru Nishida | 1 | -0/+12 |
2019-10-18 | paaudio: fix channel order for usb-audio 5.1 and 7.1 streams | Kővágó, Zoltán | 1 | -5/+45 |
2019-10-18 | usbaudio: change playback counters to 64 bit | Kővágó, Zoltán | 1 | -6/+8 |
2019-10-18 | usb-audio: support more than two channels of audio | Kővágó, Zoltán | 1 | -53/+366 |
2019-10-18 | usb-audio: do not count on avail bytes actually available | Kővágó, Zoltán | 1 | -11/+17 |
2019-10-18 | audio: basic support for multichannel audio | Kővágó, Zoltán | 2 | -8/+1 |
2019-10-18 | audio: replace shift in audio_pcm_info with bytes_per_frame | Kővágó, Zoltán | 10 | -65/+66 |
2019-10-18 | audio: support more than two channels in volume setting | Kővágó, Zoltán | 5 | -24/+54 |
2019-10-18 | paaudio: get/put_buffer functions | Kővágó, Zoltán | 1 | -0/+83 |
2019-10-18 | audio: make mixeng optional | Kővágó, Zoltán | 2 | -14/+80 |
2019-10-18 | audio: add mixing-engine option (documentation) | Kővágó, Zoltán | 2 | -0/+21 |
2019-10-18 | audio: paaudio: ability to specify stream name | Kővágó, Zoltán | 2 | -2/+8 |
2019-10-18 | audio: paaudio: fix connection and stream name | Kővágó, Zoltán | 1 | -3/+6 |
2019-10-18 | audio: fix parameter dereference before NULL check | Kővágó, Zoltán | 1 | -2/+5 |
2019-10-17 | dirty-bitmaps: remove deprecated autoload parameter | John Snow | 3 | -16/+16 |
2019-10-17 | MAINTAINERS: Add Vladimir as a reviewer for bitmaps | John Snow | 1 | -2/+1 |