aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland1-3/+1
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-21hw/i386/vmport: fix missing definitions with non-log trace backendsLaurent Vivier1-0/+1
2017-12-21i8259: move TYPE_INTERRUPT_STATS_PROVIDER upperPeter Xu3-14/+7
2017-12-21kvm-i8259: support "info pic" and "info irq"Peter Xu2-0/+9
2017-12-21i8259: generalize statistics into common codePeter Xu2-36/+42
2017-12-21i8259: use DEBUG_IRQ_COUNT alwaysPeter Xu1-17/+1
2017-12-21i8259: convert DPRINTFs into tracePeter Xu2-15/+18
2017-12-21scsi: provide general-purpose functions to manage sense dataPaolo Bonzini1-14/+2
2017-12-21hw/i386/vmport: replace fprintf() by trace events or LOG_UNIMPPhilippe Mathieu-Daudé2-9/+9
2017-12-21hw/mips/boston: Remove workaround for writes to ROM abortingPeter Maydell1-12/+2
2017-12-21hw/moxie/moxiesim: Add support for loading a BIOS on moxiesimThomas Huth1-2/+10
2017-12-21scsi-block: Add share-rw optionFam Zheng1-0/+1
2017-12-20Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell10-77/+77
2017-12-19tpm: move qdev_prop_tpm to hw/tpm/Cornelia Huck4-66/+73
2017-12-19virtio-blk: reject configs with logical block size > physical block sizeMark Kanda1-0/+7
2017-12-19virtio-blk: make queue size configurableMark Kanda1-1/+9
2017-12-19qdev: drop unused #include "sysemu/iothread.h"Stefan Hajnoczi1-1/+0
2017-12-19dev-storage: Fix the unusual function nameMao Zhongyi1-10/+10
2017-12-19hw/block: Use errp directly rather than local_errMao Zhongyi6-47/+24
2017-12-19hw/block: Fix the return typeMao Zhongyi3-12/+17
2017-12-19hw/block/nvme: Convert to realizeMao Zhongyi1-8/+10
2017-12-18misc: drop old i386 dependencyPhilippe Mathieu-Daudé5-5/+0
2017-12-18i386/pc: move vmmouse.c to hw/i386/Philippe Mathieu-Daudé3-1/+1
2017-12-18i386/pc: move vmport.c to hw/i386/Philippe Mathieu-Daudé3-10/+10
2017-12-18hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h"Philippe Mathieu-Daudé2-6/+5
2017-12-18hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé6-6/+8
2017-12-18hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"Philippe Mathieu-Daudé4-4/+4
2017-12-18hw/display/vga: "vga_int.h" requires "ui/console.h"Philippe Mathieu-Daudé9-9/+2
2017-12-18hw/display/vga: "vga.h" only contains registers defs, rename it "vga_regs.h"Philippe Mathieu-Daudé2-1/+1
2017-12-18hw/acpi: ACPI_PM_* defines are not restricted to i386 archPhilippe Mathieu-Daudé1-1/+0
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé9-9/+10
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé9-9/+7
2017-12-18hw/unicore32: restrict hw addr defines to source filePhilippe Mathieu-Daudé1-5/+10
2017-12-18hw/virtio-balloon: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+1
2017-12-18hw/tpm: remove old i386 dependencyPhilippe Mathieu-Daudé2-2/+0
2017-12-18hw/i2c: remove old i386 dependencyPhilippe Mathieu-Daudé2-2/+0
2017-12-18hw/ipmi: remove old i386 dependencyPhilippe Mathieu-Daudé2-2/+0
2017-12-18hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé9-10/+2