aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-05crypto: finish removing TABsPaolo Bonzini
2019-02-05monitor: do not use QTAILQ_FOREACH_SAFE across critical sectionsPaolo Bonzini
2019-02-05configure: enable elf2dmp build for Windows hostsViktor Prutyanov
2019-02-05contrib/elf2dmp: fix printf formatViktor Prutyanov
2019-02-05contrib/elf2dmp: fix structures definitionsViktor Prutyanov
2019-02-05contrib/elf2dmp: use GLib in PDB processingViktor Prutyanov
2019-02-05contrib/elf2dmp: use GLib in ELF processingViktor Prutyanov
2019-02-05contrib/elf2dmp: fix elf.h includingViktor Prutyanov
2019-02-05target-i386: hvf: remove MPX supportPaolo Bonzini
2019-02-05Revert "i386: Add CPUID bit for PCONFIG"Robert Hoo
2019-02-05i386: remove the 'INTEL_PT' CPUID bit from named CPU modelsPaolo Bonzini
2019-02-05i386: remove the new CPUID 'PCONFIG' from Icelake-Server CPU modelRobert Hoo
2019-02-05hw/i386/pc: enable PVH only for machine type >= 4.0Stefano Garzarella
2019-02-05optionrom/pvh: load initrd from fw_cfgStefano Garzarella
2019-02-05hw/i386/pc: use PVH option romStefano Garzarella
2019-02-05optionrom: add new PVH option romStefano Garzarella
2019-02-05linuxboot_dma: move common functions in a new headerStefano Garzarella
2019-02-05linuxboot_dma: remove duplicate definitions of FW_CFGStefano Garzarella
2019-02-05pvh: load initrd and expose it through fw_cfgStefano Garzarella
2019-02-05pvh: Boot uncompressed kernel using direct boot ABILiam Merwick
2019-02-05pvh: Add x86/HVM direct boot ABI header fileLiam Merwick
2019-02-05elf-ops.h: Add get_elf_note_type()Liam Merwick
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2019-02-05cpus: ignore ESRCH in qemu_cpu_kick_thread()Laurent Vivier
2019-02-05configure: Add a proper check for openpty() in libutilThomas Huth
2019-02-05cpu-exec: reset BQL after longjmp in cpu_exec_step_atomicEmilio G. Cota
2019-02-05cpu-exec: add assert_no_pages_locked() after longjmpEmilio G. Cota
2019-02-05tap: flush STDOUT on newlinePaolo Bonzini
2019-02-05vhost-user-test: reduce usage of global_qtestPaolo Bonzini
2019-02-05vhost-user-test: skip if there is no memory at address 0Paolo Bonzini
2019-02-05vhost-user-test: support VHOST_USER_PROTOCOL_F_CROSS_ENDIANPaolo Bonzini
2019-02-05vhost-user-test: signal data_cond when s->rings changesPaolo Bonzini
2019-02-05vhost-user-test: use g_cond_broadcastPaolo Bonzini
2019-02-05Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190205-pull-request' i...Peter Maydell
2019-02-05Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-02-04' into st...Peter Maydell
2019-02-05keymap: fix keyup mappingsGerd Hoffmann
2019-02-05keymap: pass full keyboard state to keysym2scancodeGerd Hoffmann
2019-02-05kbd-state: use state tracker for vncGerd Hoffmann
2019-02-05kbd-state: use state tracker for gtkGerd Hoffmann
2019-02-05sdl2: use only QKeyCode in sdl2_process_key()Gerd Hoffmann
2019-02-05kbd-state: use state tracker for sdl2Gerd Hoffmann
2019-02-05sdl2: remove sdl2_reset_keys() functionGerd Hoffmann
2019-02-05kbd-state: add keyboard state trackerGerd Hoffmann
2019-02-05ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale...Chen Zhang
2019-02-05Merge remote-tracking branch 'remotes/xtensa/tags/20190204-xtensa' into stagingPeter Maydell
2019-02-05s390x/pci: Unplug remaining requested devices on pcihost resetDavid Hildenbrand
2019-02-05s390x/pci: Warn when adding PCI devices without the 'zpci' featureDavid Hildenbrand
2019-02-05s390x/pci: Fix hotplugging of PCI bridgesDavid Hildenbrand
2019-02-05s390x/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand
2019-02-05ui/cocoa.m: Fix macOS 10.14 deprecation warningsBrendan Shanks