index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-12-22
qemu-doc: Update the deprecation information of -tftp, -bootp, -redir and -smb
Thomas Huth
2017-12-22
qemu-doc: The "-net nic" option can be used with "netdev=...", too
Thomas Huth
2017-12-22
net: Remove the legacy "-net channel" parameter
Thomas Huth
2017-12-22
net: remove unused compute_mcast_idx() function
Mark Cave-Ayland
2017-12-22
rtl8139: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
2017-12-22
ne2000: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
2017-12-22
ftgmac100: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
2017-12-22
lan9118: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
2017-12-22
opencores_eth: use inline net_crc32() and bitshift instead of compute_mcast_i...
Mark Cave-Ayland
2017-12-22
eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
2017-12-22
sungem: fix multicast filter CRC calculation
Mark Cave-Ayland
2017-12-22
sunhme: switch sunhme over to use net_crc32_le()
Mark Cave-Ayland
2017-12-22
eepro100: switch eepro100 e100_compute_mcast_idx() over to use net_crc32()
Mark Cave-Ayland
2017-12-22
pcnet: switch pcnet over to use net_crc32_le()
Mark Cave-Ayland
2017-12-22
net: introduce net_crc32_le() function
Mark Cave-Ayland
2017-12-22
net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...
Mark Cave-Ayland
2017-12-22
e1000: Separate TSO and non-TSO contexts, fixing UDP TX corruption
Ed Swierk via Qemu-devel
2017-12-22
e1000, e1000e: Move per-packet TX offload flags out of context state
Ed Swierk via Qemu-devel
2017-12-21
hw/i386/vmport: fix missing definitions with non-log trace backends
Laurent Vivier
2017-12-21
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-12-21
Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...
Peter Maydell
2017-12-21
chardev: convert the socket server to QIONetListener
Daniel P. Berrange
2017-12-21
blockdev: convert qemu-nbd server to QIONetListener
Daniel P. Berrange
2017-12-21
blockdev: convert internal NBD server to QIONetListener
Daniel P. Berrange
2017-12-21
test: add some chardev mux event tests
Marc-André Lureau
2017-12-21
chardev: fix backend events regression with mux chardev
Marc-André Lureau
2017-12-21
rcu: reduce more than 7MB heap memory by malloc_trim()
Yang Zhong
2017-12-21
checkpatch: volatile with a comment or sig_atomic_t is okay
Marc-André Lureau
2017-12-21
i8259: move TYPE_INTERRUPT_STATS_PROVIDER upper
Peter Xu
2017-12-21
kvm-i8259: support "info pic" and "info irq"
Peter Xu
2017-12-21
i8259: generalize statistics into common code
Peter Xu
2017-12-21
i8259: use DEBUG_IRQ_COUNT always
Peter Xu
2017-12-21
i8259: convert DPRINTFs into trace
Peter Xu
2017-12-21
Remove legacy -no-kvm-pit option
Thomas Huth
2017-12-21
scsi: replace hex constants with #defines
Paolo Bonzini
2017-12-21
scsi: provide general-purpose functions to manage sense data
Paolo Bonzini
2017-12-21
hw/i386/vmport: replace fprintf() by trace events or LOG_UNIMP
Philippe Mathieu-Daudé
2017-12-21
hw/mips/boston: Remove workaround for writes to ROM aborting
Peter Maydell
2017-12-21
exec: Don't reuse unassigned_mem_ops for io_mem_rom
Peter Maydell
2017-12-21
block/iscsi: only report an iSCSI Failure if we don't handle it gracefully
Peter Lieven
2017-12-21
block/iscsi: dont leave allocmap in an invalid state on UNMAP failure
Peter Lieven
2017-12-21
cpu: suffix cpu address spaces with cpu index
Peter Xu
2017-12-21
cpu: refactor cpu_address_space_init()
Peter Xu
2017-12-21
hw/moxie/moxiesim: Add support for loading a BIOS on moxiesim
Thomas Huth
2017-12-21
tests/boot-serial-test: Add code to allow to specify our own kernel or bios
Thomas Huth
2017-12-21
tests/boot-serial-test: Make sure that we check the timeout regularly
Thomas Huth
2017-12-21
target/i386: Fix handling of VEX prefixes
Peter Maydell
2017-12-21
sockets: remove obsolete code that updated listen address
Daniel P. Berrange
2017-12-21
baum: Truncate braille device size to 84x1
Samuel Thibault
2017-12-21
target/i386: Fix compiler warnings
Stefan Weil
[next]