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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-07
kconfig: add documentation
Paolo Bonzini
2
-0
/
+307
2019-03-07
.travis.yml: test that no-default-device builds do not regress
Paolo Bonzini
1
-0
/
+6
2019-03-07
xtensa-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
3
-10
/
+6
2019-03-07
unicore32-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
2
-2
/
+5
2019-03-07
sparc64-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
2
-15
/
+21
2019-03-07
sparc-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
4
-16
/
+21
2019-03-07
sh4-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
3
-23
/
+19
2019-03-07
s390x: express dependencies with Kconfig
Thomas Huth
4
-9
/
+28
2019-03-07
riscv-softmmu.mak: replace CONFIG_* with Kconfig "select" directives
Paolo Bonzini
3
-35
/
+21
2019-03-07
or1k-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
2
-3
/
+5
2019-03-07
nios2-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
2
-3
/
+5
2019-03-07
moxie-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
2
-5
/
+3
2019-03-07
microblaze-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
2
-8
/
+14
2019-03-07
m68k-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
2
-4
/
+4
2019-03-07
lm32-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
3
-6
/
+13
2019-03-07
hppa-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
2
-12
/
+16
2019-03-07
cris-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
2
-3
/
+5
2019-03-07
alpha-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
2
-12
/
+17
2019-03-07
ppc: Express dependencies of the embedded machines with kconfig
Thomas Huth
2
-17
/
+19
2019-03-07
ppc: Express dependencies of the Sam460EX machines with kconfig
Thomas Huth
2
-8
/
+11
2019-03-07
ppc: Express dependencies of the Mac machines with kconfig
Thomas Huth
5
-16
/
+25
2019-03-07
ppc: Express dependencies of the 'prep' and '40p' machines with kconfig
Thomas Huth
2
-8
/
+10
2019-03-07
ppc64: Express dependencies of 'pseries' and 'powernv' machines with kconfig
Thomas Huth
4
-11
/
+23
2019-03-07
i386-softmmu.mak: remove all CONFIG_* except boards definitions
Yang Zhong
6
-19
/
+43
2019-03-07
ipmi: express dependencies with kconfig
Paolo Bonzini
3
-6
/
+6
2019-03-07
sd: express dependencies with kconfig
Paolo Bonzini
2
-1
/
+2
2019-03-07
ssi: express dependencies with kconfig
Paolo Bonzini
4
-2
/
+5
2019-03-07
isa: express SuperIO dependencies with Kconfig
Paolo Bonzini
6
-29
/
+26
2019-03-07
tpm: express dependencies with Kconfig
Paolo Bonzini
2
-13
/
+21
2019-03-07
virtio: express virtio dependencies with Kconfig
Yang Zhong
12
-18
/
+27
2019-03-07
vfio: express vfio dependencies with Kconfig
Paolo Bonzini
2
-5
/
+10
2019-03-07
hyperv: express dependencies with kconfig
Yang Zhong
4
-3
/
+4
2019-03-07
display: express dependencies with kconfig
Yang Zhong
5
-4
/
+7
2019-03-07
ptimer: express dependencies with Kconfig
Paolo Bonzini
25
-12
/
+26
2019-03-07
i2c: express dependencies with Kconfig
Paolo Bonzini
17
-8
/
+23
2019-03-07
i386: express dependencies with Kconfig
Paolo Bonzini
8
-40
/
+72
2019-03-07
isa: express dependencies with kconfig
Paolo Bonzini
22
-16
/
+41
2019-03-07
scsi: express dependencies with Kconfig
Paolo Bonzini
8
-7
/
+12
2019-03-07
block: fix recursion in hw/block/dataplane
Paolo Bonzini
2
-2
/
+3
2019-03-07
build: convert usb.mak to Kconfig
Paolo Bonzini
14
-24
/
+27
2019-03-07
build: convert sound.mak to Kconfig
Paolo Bonzini
5
-7
/
+11
2019-03-07
build: convert pci.mak to Kconfig
Paolo Bonzini
30
-65
/
+138
2019-03-07
hw/pci/Makefile.objs: make pcie configurable
Yang Zhong
8
-2
/
+17
2019-03-07
ide: express dependencies with Kconfig
Paolo Bonzini
5
-7
/
+15
2019-03-07
kconfig: introduce CONFIG_TEST_DEVICES
Paolo Bonzini
8
-0
/
+10
2019-03-07
minikconfig: implement allnoconfig and defconfig modes
Paolo Bonzini
3
-6
/
+46
2019-03-07
build: switch to Kconfig
Paolo Bonzini
27
-60
/
+102
2019-03-07
kconfig: introduce kconfig files
Paolo Bonzini
63
-3
/
+1337
2019-03-07
hw/display: make edid configurable
Yang Zhong
2
-3
/
+2
2019-03-07
minikconfig: add semantic analysis
Paolo Bonzini
1
-9
/
+135
[next]