aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-01-10ppc4xx_i2c: Implement basic I2C functionsBALATON Zoltan1-30/+168
2018-01-10sm501: Add some more unimplemented registersBALATON Zoltan1-0/+17
2018-01-10sm501: Add panel hardware cursor registers also to read functionBALATON Zoltan1-0/+13
2018-01-08Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell9-108/+119
2018-01-08Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into st...Peter Maydell1-0/+3
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-089pfs: deprecate handle backendGreg Kurz1-0/+2
2018-01-08fsdev: improve error handling of backend initGreg Kurz5-13/+14
2018-01-08fsdev: improve error handling of backend opts parsingGreg Kurz3-18/+33
2018-01-089pfs: make pdu_marshal() and pdu_unmarshal() static functionsGreg Kurz2-4/+2
2018-01-089pfs: fix error path in pdu_submit()Greg Kurz1-4/+2
2018-01-089pfs: fix type in *_parse_opts declarationsGreg Kurz3-3/+3
2018-01-089pfs: handle: fix type definitionGreg Kurz1-24/+24
2018-01-089pfs: fix some type definitionsGreg Kurz4-11/+11
2018-01-089pfs: fix XattrOperations typedefGreg Kurz1-3/+2
2018-01-08virtio-9p: move unrealize/realize after virtio_9p_transport definitionGreg Kurz1-31/+29
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
2018-01-02dump-guest-memory.py: fix "You can't do that without a process to debug"Marc-André Lureau1-0/+3
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