summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-22i386: hvf: remove addr_tPaolo Bonzini
2017-12-22i386: hvf: simplify flag handlingPaolo Bonzini
2017-12-22i386: hvf: abort on decoding errorPaolo Bonzini
2017-12-22i386: hvf: remove ZERO_INIT macroPaolo Bonzini
2017-12-22i386: hvf: remove more dead emulator codePaolo Bonzini
2017-12-22i386: hvf: unify register enums between HVF and the restPaolo Bonzini
2017-12-22i386: hvf: header cleanupPaolo Bonzini
2017-12-22i386: hvf: move all hvf files in the same directoryPaolo Bonzini
2017-12-22i386: hvf: inject General Protection Fault when vmexit through vmcallSergio Andres Gomez Del Real
2017-12-22i386: hvf: refactor event injection code for hvfSergio Andres Gomez Del Real
2017-12-22i386: hvf: implement vga dirty page trackingSergio Andres Gomez Del Real
2017-12-22i386: refactor KVM cpuid code so that it applies to hvf as wellSergio Andres Gomez Del Real
2017-12-22i386: hvf: implement hvf_get_supported_cpuidSergio Andres Gomez Del Real
2017-12-22i386: hvf: use new helper functions for put/get xsaveSergio Andres Gomez Del Real
2017-12-22i386: hvf: fix licensing issues; isolate task handling code (GPL v2-only)Sergio Andres Gomez Del Real
2017-12-22i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real
2017-12-22apic: add function to apic that will be used by hvfSergio Andres Gomez Del Real
2017-12-21hw/i386/vmport: fix missing definitions with non-log trace backendsLaurent Vivier
2017-12-21Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-12-21Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell
2017-12-21chardev: convert the socket server to QIONetListenerDaniel P. Berrange
2017-12-21blockdev: convert qemu-nbd server to QIONetListenerDaniel P. Berrange
2017-12-21blockdev: convert internal NBD server to QIONetListenerDaniel P. Berrange
2017-12-21test: add some chardev mux event testsMarc-André Lureau
2017-12-21chardev: fix backend events regression with mux chardevMarc-André Lureau
2017-12-21rcu: reduce more than 7MB heap memory by malloc_trim()Yang Zhong
2017-12-21checkpatch: volatile with a comment or sig_atomic_t is okayMarc-André Lureau
2017-12-21i8259: move TYPE_INTERRUPT_STATS_PROVIDER upperPeter Xu
2017-12-21kvm-i8259: support "info pic" and "info irq"Peter Xu
2017-12-21i8259: generalize statistics into common codePeter Xu
2017-12-21i8259: use DEBUG_IRQ_COUNT alwaysPeter Xu
2017-12-21i8259: convert DPRINTFs into tracePeter Xu
2017-12-21Remove legacy -no-kvm-pit optionThomas Huth
2017-12-21scsi: replace hex constants with #definesPaolo Bonzini
2017-12-21scsi: provide general-purpose functions to manage sense dataPaolo Bonzini
2017-12-21hw/i386/vmport: replace fprintf() by trace events or LOG_UNIMPPhilippe Mathieu-Daudé
2017-12-21hw/mips/boston: Remove workaround for writes to ROM abortingPeter Maydell
2017-12-21exec: Don't reuse unassigned_mem_ops for io_mem_romPeter Maydell
2017-12-21block/iscsi: only report an iSCSI Failure if we don't handle it gracefullyPeter Lieven
2017-12-21block/iscsi: dont leave allocmap in an invalid state on UNMAP failurePeter Lieven
2017-12-21cpu: suffix cpu address spaces with cpu indexPeter Xu
2017-12-21cpu: refactor cpu_address_space_init()Peter Xu
2017-12-21hw/moxie/moxiesim: Add support for loading a BIOS on moxiesimThomas Huth
2017-12-21tests/boot-serial-test: Add code to allow to specify our own kernel or biosThomas Huth
2017-12-21tests/boot-serial-test: Make sure that we check the timeout regularlyThomas Huth
2017-12-21target/i386: Fix handling of VEX prefixesPeter Maydell
2017-12-21sockets: remove obsolete code that updated listen addressDaniel P. Berrange
2017-12-21baum: Truncate braille device size to 84x1Samuel Thibault
2017-12-21target/i386: Fix compiler warningsStefan Weil
2017-12-21cpu-exec: fix missed CPU kick during interrupt injectionDavid Hildenbrand