index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-09
apb: remove pci_apb_init() and instantiate APB device using qdev
Mark Cave-Ayland
2
-64
/
+66
2018-01-09
apb: move the two secondary PCI bridges objects into APBState
Mark Cave-Ayland
2
-10
/
+9
2018-01-09
apb: use gpios to wire up the apb device to the SPARC CPU IRQs
Mark Cave-Ayland
3
-8
/
+12
2018-01-09
apb: return APBState from pci_apb_init() rather than PCIBus
Mark Cave-Ayland
2
-6
/
+8
2018-01-09
apb: APB QOMify tidy-up
Mark Cave-Ayland
1
-9
/
+8
2018-01-09
sun4u: move initialisation of all ISABus devices into ebus_realize()
Mark Cave-Ayland
1
-32
/
+46
2018-01-09
sun4u: remove pci_ebus_init() function
Mark Cave-Ayland
2
-18
/
+15
2018-01-09
sun4u: move ISABus inside of EBusState
Mark Cave-Ayland
1
-2
/
+5
2018-01-09
sun4u: ebus QOMify tidy-up
Mark Cave-Ayland
1
-7
/
+12
2018-01-09
apb: move QOM macros and typedefs from apb.c to apb.h
Mark Cave-Ayland
1
-85
/
+0
2018-01-08
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
9
-108
/
+119
2018-01-08
Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into st...
Peter Maydell
1
-0
/
+3
2018-01-08
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2
-52
/
+390
2018-01-08
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-hvf' into sta...
Peter Maydell
1
-0
/
+12
2018-01-08
9pfs: deprecate handle backend
Greg Kurz
1
-0
/
+2
2018-01-08
fsdev: improve error handling of backend init
Greg Kurz
5
-13
/
+14
2018-01-08
fsdev: improve error handling of backend opts parsing
Greg Kurz
3
-18
/
+33
2018-01-08
9pfs: make pdu_marshal() and pdu_unmarshal() static functions
Greg Kurz
2
-4
/
+2
2018-01-08
9pfs: fix error path in pdu_submit()
Greg Kurz
1
-4
/
+2
2018-01-08
9pfs: fix type in *_parse_opts declarations
Greg Kurz
3
-3
/
+3
2018-01-08
9pfs: handle: fix type definition
Greg Kurz
1
-24
/
+24
2018-01-08
9pfs: fix some type definitions
Greg Kurz
4
-11
/
+11
2018-01-08
9pfs: fix XattrOperations typedef
Greg Kurz
1
-3
/
+2
2018-01-08
virtio-9p: move unrealize/realize after virtio_9p_transport definition
Greg Kurz
1
-31
/
+29
2018-01-08
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-22-1...
Peter Maydell
5
-93
/
+87
2018-01-08
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
14
-131
/
+83
2018-01-02
dump-guest-memory.py: fix "You can't do that without a process to debug"
Marc-André Lureau
1
-0
/
+3
2017-12-22
acpi: Update TPM2 ACPI table to more recent specs
Stefan Berger
1
-5
/
+14
2017-12-22
nvme: Add tracing
Doug Gale
2
-52
/
+390
2017-12-22
apic: add function to apic that will be used by hvf
Sergio Andres Gomez Del Real
1
-0
/
+12
2017-12-22
tpm: Implement tpm_sized_buffer_reset
Stefan Berger
3
-5
/
+14
2017-12-22
tpm_tis: merge r/w_offset into rw_offset
Stefan Berger
1
-39
/
+21
2017-12-22
tpm_tis: move r/w_offsets to TPMState
Stefan Berger
1
-30
/
+27
2017-12-22
tpm_tis: merge read and write buffer into single buffer
Stefan Berger
1
-15
/
+14
2017-12-22
tpm_tis: move buffers from localities into common location
Stefan Berger
1
-19
/
+15
2017-12-22
tpm_tis: remove TPMSizeBuffer usage
Stefan Berger
1
-39
/
+29
2017-12-22
tpm_tis: limit size of buffer from backend
Stefan Berger
1
-2
/
+3
2017-12-22
tpm_tis: convert uint32_t to size_t
Stefan Berger
1
-1
/
+1
2017-12-22
tpm_emulator: Add a caching layer for the TPM Established flag
Stefan Berger
1
-3
/
+14
2017-12-22
rtl8139: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
1
-1
/
+1
2017-12-22
ne2000: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
1
-1
/
+3
2017-12-22
ftgmac100: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
1
-1
/
+1
2017-12-22
lan9118: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
1
-1
/
+2
2017-12-22
opencores_eth: use inline net_crc32() and bitshift instead of compute_mcast_i...
Mark Cave-Ayland
1
-1
/
+2
2017-12-22
eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
1
-1
/
+1
2017-12-22
sungem: fix multicast filter CRC calculation
Mark Cave-Ayland
1
-3
/
+2
2017-12-22
sunhme: switch sunhme over to use net_crc32_le()
Mark Cave-Ayland
1
-24
/
+1
2017-12-22
eepro100: switch eepro100 e100_compute_mcast_idx() over to use net_crc32()
Mark Cave-Ayland
1
-24
/
+4
2017-12-22
pcnet: switch pcnet over to use net_crc32_le()
Mark Cave-Ayland
1
-20
/
+2
2017-12-22
net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...
Mark Cave-Ayland
1
-3
/
+1
[next]