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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-02-13
sdhci: check Spec v2 capabilities (DMA and 64-bit bus)
Philippe Mathieu-Daudé
2
-9
/
+19
2018-02-13
sdhci: Fix 64-bit ADMA2
Sai Pavan Boddu
1
-2
/
+2
2018-02-13
sdhci: replace DMA magic value by BLOCK_SIZE_MASK
Philippe Mathieu-Daudé
1
-8
/
+10
2018-02-13
sdhci: check the Spec v1 capabilities correctness
Philippe Mathieu-Daudé
3
-2
/
+116
2018-02-13
sdhci: simplify sdhci_get_fifolen()
Philippe Mathieu-Daudé
2
-16
/
+8
2018-02-13
sdhci: use a numeric value for the default CAPAB register
Philippe Mathieu-Daudé
1
-58
/
+16
2018-02-13
sdhci: add a 'spec_version property' (default to v2)
Philippe Mathieu-Daudé
2
-6
/
+25
2018-02-13
sdhci: use error_propagate(local_err) in realize()
Philippe Mathieu-Daudé
1
-2
/
+6
2018-02-13
hw/net/can: interrupt cleanup
Paolo Bonzini
2
-41
/
+45
2018-02-13
hw/net/can: MIOe-3680 PCI (dual SJA1000 channel) emulation
Deniz Eren
2
-0
/
+263
2018-02-13
hw/net/can: PCM-3680I PCI (dual SJA1000 channel) emulation
Deniz Eren
2
-0
/
+264
2018-02-13
hw/net/can: Kvaser PCI CAN-S (single SJA1000 channel) emulation
Pavel Pisa
2
-0
/
+320
2018-02-13
hw/net/can: SJA1000 chip register level emulation for QEMU
Pavel Pisa
5
-1
/
+1098
2018-02-13
net/can: simple messages transport implementation for QEMU
Pavel Pisa
1
-0
/
+1
2018-02-12
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180212' int...
Peter Maydell
8
-69
/
+569
2018-02-11
misc: introduce new mos6522 VIA device and enable it for ppc builds
Mark Cave-Ayland
3
-0
/
+515
2018-02-11
cuda: factor out timebase-derived counter value and load time
Mark Cave-Ayland
1
-9
/
+16
2018-02-11
cuda: set timer 1 frequency property to CUDA_TIMER_FREQ
Mark Cave-Ayland
1
-5
/
+5
2018-02-11
cuda: don't call cuda_update() when writing to ACR register
Mark Cave-Ayland
1
-1
/
+0
2018-02-11
cuda: minor cosmetic tidy-ups to get_next_irq_time()
Mark Cave-Ayland
1
-11
/
+12
2018-02-11
cuda: rename frequency property to tb_frequency
Mark Cave-Ayland
3
-5
/
+5
2018-02-11
cuda: introduce CUDAState parameter to get_counter()
Mark Cave-Ayland
1
-5
/
+5
2018-02-10
spapr: set vsmt to MAX(8, smp_threads)
Laurent Vivier
1
-1
/
+1
2018-02-10
cuda: don't allow writes to port output pins
Mark Cave-Ayland
1
-2
/
+2
2018-02-10
cuda: do not use old_mmio accesses
Mark Cave-Ayland
1
-32
/
+8
2018-02-10
machine: Polish -machine xxx,help
Alexey Kardashevskiy
1
-1
/
+1
2018-02-10
hw/ppc: rename functions in comments
Daniel Henrique Barboza
2
-2
/
+3
2018-02-10
spapr: add missing break in h_get_cpu_characteristics()
Greg Kurz
1
-0
/
+1
2018-02-09
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...
Peter Maydell
88
-63
/
+74
2018-02-09
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180209'...
Peter Maydell
19
-76
/
+1320
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
20
-5
/
+21
2018-02-09
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
3
-3
/
+0
2018-02-09
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
4
-0
/
+4
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
2
-0
/
+2
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
2
-2
/
+0
2018-02-09
Include qmp-commands.h exactly where needed
Markus Armbruster
5
-5
/
+0
2018-02-09
Drop superfluous includes of qapi/qmp/qerror.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
59
-30
/
+42
2018-02-09
hw/core/generic-loader: Allow PC to be set on command line
Peter Maydell
1
-1
/
+1
2018-02-09
hw/arm: Move virt's PSCI DT fixup code to arm/boot.c
Andrey Smirnov
2
-61
/
+65
2018-02-09
usb: Add basic code to emulate Chipidea USB IP
Andrey Smirnov
2
-0
/
+177
2018-02-09
i.MX: Add implementation of i.MX7 GPR IP block
Andrey Smirnov
3
-0
/
+129
2018-02-09
i.MX: Add i.MX7 GPT variant
Andrey Smirnov
1
-0
/
+25
2018-02-09
i.MX: Add code to emulate GPCv2 IP block
Andrey Smirnov
2
-1
/
+126
2018-02-09
i.MX: Add code to emulate i.MX7 SNVS IP-block
Andrey Smirnov
2
-0
/
+84
2018-02-09
i.MX: Add code to emulate i.MX2 watchdog IP block
Andrey Smirnov
2
-0
/
+90
2018-02-09
i.MX: Add code to emulate i.MX7 CCM, PMU and ANALOG IP blocks
Andrey Smirnov
2
-0
/
+278
2018-02-09
hw: i.MX: Convert i.MX6 to use TYPE_IMX_USDHC
Andrey Smirnov
1
-1
/
+1
2018-02-09
sdhci: Add i.MX specific subtype of SDHCI
Andrey Smirnov
2
-1
/
+252
[next]