aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-22i386: hvf: move all hvf files in the same directoryPaolo Bonzini25-21/+21
2017-12-22i386: hvf: inject General Protection Fault when vmexit through vmcallSergio Andres Gomez Del Real1-1/+3
2017-12-22i386: hvf: refactor event injection code for hvfSergio Andres Gomez Del Real6-42/+102
2017-12-22i386: hvf: implement vga dirty page trackingSergio Andres Gomez Del Real2-7/+71
2017-12-22i386: refactor KVM cpuid code so that it applies to hvf as wellSergio Andres Gomez Del Real2-22/+59
2017-12-22i386: hvf: implement hvf_get_supported_cpuidSergio Andres Gomez Del Real1-0/+164
2017-12-22i386: hvf: use new helper functions for put/get xsaveSergio Andres Gomez Del Real3-67/+12
2017-12-22i386: hvf: fix licensing issues; isolate task handling code (GPL v2-only)Sergio Andres Gomez Del Real18-253/+318
2017-12-22i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real31-11/+8382
2017-12-22apic: add function to apic that will be used by hvfSergio Andres Gomez Del Real2-0/+13
2017-12-22tpm: Implement tpm_sized_buffer_resetStefan Berger3-5/+14
2017-12-22tpm_tis: merge r/w_offset into rw_offsetStefan Berger1-39/+21
2017-12-22tpm_tis: move r/w_offsets to TPMStateStefan Berger1-30/+27
2017-12-22tpm_tis: merge read and write buffer into single bufferStefan Berger1-15/+14
2017-12-22tpm_tis: move buffers from localities into common locationStefan Berger1-19/+15
2017-12-22tpm_tis: remove TPMSizeBuffer usageStefan Berger1-39/+29
2017-12-22tpm_tis: limit size of buffer from backendStefan Berger1-2/+3
2017-12-22tpm_tis: convert uint32_t to size_tStefan Berger1-1/+1
2017-12-22tpm_emulator: Add a caching layer for the TPM Established flagStefan Berger1-3/+14
2017-12-22qemu-doc: Update the deprecation information of -tftp, -bootp, -redir and -smbThomas Huth1-12/+21
2017-12-22qemu-doc: The "-net nic" option can be used with "netdev=...", tooThomas Huth1-6/+8
2017-12-22net: Remove the legacy "-net channel" parameterThomas Huth4-48/+0
2017-12-22net: remove unused compute_mcast_idx() functionMark Cave-Ayland1-5/+0
2017-12-22rtl8139: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland1-1/+1
2017-12-22ne2000: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland1-1/+3
2017-12-22ftgmac100: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland1-1/+1
2017-12-22lan9118: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland1-1/+2
2017-12-22opencores_eth: use inline net_crc32() and bitshift instead of compute_mcast_i...Mark Cave-Ayland1-1/+2
2017-12-22eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland1-1/+1
2017-12-22sungem: fix multicast filter CRC calculationMark Cave-Ayland1-3/+2
2017-12-22sunhme: switch sunhme over to use net_crc32_le()Mark Cave-Ayland1-24/+1
2017-12-22eepro100: switch eepro100 e100_compute_mcast_idx() over to use net_crc32()Mark Cave-Ayland1-24/+4
2017-12-22pcnet: switch pcnet over to use net_crc32_le()Mark Cave-Ayland1-20/+2
2017-12-22net: introduce net_crc32_le() functionMark Cave-Ayland2-0/+24
2017-12-22net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland3-9/+14
2017-12-22e1000: Separate TSO and non-TSO contexts, fixing UDP TX corruptionEd Swierk via Qemu-devel1-30/+40
2017-12-22e1000, e1000e: Move per-packet TX offload flags out of context stateEd Swierk via Qemu-devel5-26/+28
2017-12-22Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell12-632/+768
2017-12-21hw/i386/vmport: fix missing definitions with non-log trace backendsLaurent Vivier1-0/+1
2017-12-21tests/boot-serial-test: Add support for the mcf5208evb boardThomas Huth2-0/+12
2017-12-21target/m68k: fix set_cc_op()Laurent Vivier2-1/+2
2017-12-21target/m68k: add monitor.cLaurent Vivier2-0/+40
2017-12-21target/m68k: remove unused variable gen_throws_exceptionLaurent Vivier1-10/+0
2017-12-21Split adb.c into adb.c, adb-mouse.c and adb-kbd.cLaurent Vivier6-621/+714
2017-12-21Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell48-487/+664
2017-12-21Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell4-77/+19
2017-12-21chardev: convert the socket server to QIONetListenerDaniel P. Berrange1-43/+30
2017-12-21blockdev: convert qemu-nbd server to QIONetListenerDaniel P. Berrange1-37/+24
2017-12-21blockdev: convert internal NBD server to QIONetListenerDaniel P. Berrange1-34/+16
2017-12-21test: add some chardev mux event testsMarc-André Lureau1-0/+17