summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-01-08Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-52/+390
2018-01-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-hvf' into sta...Peter Maydell1-0/+12
2018-01-08Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-22-1...Peter Maydell5-93/+87
2018-01-08Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell14-131/+83
2017-12-22acpi: Update TPM2 ACPI table to more recent specsStefan Berger1-5/+14
2017-12-22nvme: Add tracingDoug Gale2-52/+390
2017-12-22apic: add function to apic that will be used by hvfSergio Andres Gomez Del Real1-0/+12
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-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-22Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell6-621/+714
2017-12-21hw/i386/vmport: fix missing definitions with non-log trace backendsLaurent Vivier1-0/+1
2017-12-21Split adb.c into adb.c, adb-mouse.c and adb-kbd.cLaurent Vivier6-621/+714
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