aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-22qemu-doc: Update the deprecation information of -tftp, -bootp, -redir and -smbThomas Huth
2017-12-22qemu-doc: The "-net nic" option can be used with "netdev=...", tooThomas Huth
2017-12-22net: Remove the legacy "-net channel" parameterThomas Huth
2017-12-22net: remove unused compute_mcast_idx() functionMark Cave-Ayland
2017-12-22rtl8139: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland
2017-12-22ne2000: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland
2017-12-22ftgmac100: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland
2017-12-22lan9118: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland
2017-12-22opencores_eth: use inline net_crc32() and bitshift instead of compute_mcast_i...Mark Cave-Ayland
2017-12-22eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland
2017-12-22sungem: fix multicast filter CRC calculationMark Cave-Ayland
2017-12-22sunhme: switch sunhme over to use net_crc32_le()Mark Cave-Ayland
2017-12-22eepro100: switch eepro100 e100_compute_mcast_idx() over to use net_crc32()Mark Cave-Ayland
2017-12-22pcnet: switch pcnet over to use net_crc32_le()Mark Cave-Ayland
2017-12-22net: introduce net_crc32_le() functionMark Cave-Ayland
2017-12-22net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland
2017-12-22e1000: Separate TSO and non-TSO contexts, fixing UDP TX corruptionEd Swierk via Qemu-devel
2017-12-22e1000, e1000e: Move per-packet TX offload flags out of context stateEd Swierk via Qemu-devel
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