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
2009-10-08
Only compile sd0323 when one target uses it
Juan Quintela
2
-1
/
+3
2009-10-08
Only compile sd0303 when one target uses it
Juan Quintela
2
-1
/
+3
2009-10-08
Only compile stellaris_input when one target uses it
Juan Quintela
2
-1
/
+3
2009-10-08
Only compile tmp105 when one target uses it
Juan Quintela
2
-1
/
+3
2009-10-08
Only compile lm832x when one target uses it
Juan Quintela
2
-1
/
+3
2009-10-08
Only compile tsc2005 when one target uses it
Juan Quintela
2
-1
/
+3
2009-10-08
Only compile twl92230 when one target uses it
Juan Quintela
2
-1
/
+3
2009-10-08
Only compile wm8750 when one target uses it
Juan Quintela
2
-1
/
+3
2009-10-08
Only compile max7310 when one target uses it
Juan Quintela
2
-1
/
+3
2009-10-08
Only compile sd when one target uses it
Juan Quintela
2
-1
/
+3
2009-10-08
Only compile ptimer when one target uses it
Juan Quintela
9
-1
/
+11
2009-10-08
Only compile m48t59 when one target uses it
Juan Quintela
6
-2
/
+6
2009-10-08
Only compile escc when one target uses it
Juan Quintela
5
-1
/
+7
2009-10-08
Only compile esp when one target uses it
Juan Quintela
6
-1
/
+7
2009-10-08
Only compile ecc when one target uses it
Juan Quintela
3
-1
/
+3
2009-10-08
Only compile nand when one target uses it
Juan Quintela
3
-1
/
+5
2009-10-08
Only compile qdev_addr when one target uses it
Juan Quintela
2
-1
/
+4
2009-10-08
Only compile isa_mmio when one target uses it
Juan Quintela
10
-3
/
+16
2009-10-08
Only compile usb_ohci when one target uses it
Juan Quintela
7
-1
/
+9
2009-10-08
Generate gdbstub-xml.c only when needed
Juan Quintela
14
-9
/
+31
2009-10-08
Generate config-devices.h
Juan Quintela
3
-3
/
+19
2009-10-08
Add new config-devices.mak for each target
Juan Quintela
46
-0
/
+57
2009-10-08
Move generation of config-target.h to Makefile from configure
Juan Quintela
2
-18
/
+6
2009-10-08
Rename config.{h, mak} config-target.{h, mak}
Juan Quintela
5
-60
/
+64
2009-10-08
Remove useless check for config-host.mak
Juan Quintela
1
-6
/
+3
2009-10-08
Move generation of config-host.h to Makefile from configure
Juan Quintela
4
-23
/
+21
2009-10-08
Don't include config-host.mak from inside config.mak
Juan Quintela
2
-2
/
+1
2009-10-08
CRIS: Update PR_EDA on TLB faults.
Edgar E. Iglesias
2
-7
/
+5
2009-10-07
Clean up test for qdev_init() failure
Markus Armbruster
6
-6
/
+6
2009-10-07
Warn if value of qdev_init() isn't checked
Markus Armbruster
1
-1
/
+1
2009-10-07
Make isa_create() terminate program on failure
Markus Armbruster
1
-5
/
+3
2009-10-07
New qdev_init_nofail()
Markus Armbruster
34
-58
/
+72
2009-10-07
Check return value of qdev_init()
Markus Armbruster
5
-6
/
+12
2009-10-07
Make qdev_init() destroy the device on failure
Markus Armbruster
2
-4
/
+6
2009-10-07
Unbreak USB autoconnect filters
Markus Armbruster
1
-2
/
+0
2009-10-07
tcg: improve output log
Aurelien Jarno
1
-1
/
+1
2009-10-06
target-i386: fix ARPL
Laurent Desnogues
1
-3
/
+7
2009-10-06
configure and Makefile are not generated in qemu
Juan Quintela
1
-0
/
+5
2009-10-06
Don't use implicit rules for Makefile
Juan Quintela
1
-0
/
+12
2009-10-06
optionrom: create .PHONY variable
Juan Quintela
1
-0
/
+1
2009-10-06
add build-all to .PHONY rules
Juan Quintela
1
-1
/
+1
2009-10-06
optionrom: remove use of implicit RM variable
Juan Quintela
1
-1
/
+1
2009-10-06
AIOLIBS is not used anywhere
Juan Quintela
1
-1
/
+0
2009-10-06
qdev: move comment
Gerd Hoffmann
1
-1
/
+1
2009-10-06
qemu/pci: make pci not depend on msix
Michael S. Tsirkin
2
-3
/
+9
2009-10-06
qemu/pci: clarify pci config load routine
Michael S. Tsirkin
1
-4
/
+5
2009-10-06
Final net cleanup after conversion to QemuOpts
Mark McLoughlin
4
-86
/
+65
2009-10-06
Port PCI NIC hotplug to QemuOpts
Mark McLoughlin
1
-2
/
+14
2009-10-06
Port usb net to QemuOpts
Mark McLoughlin
3
-5
/
+18
2009-10-06
Port host_net_add monitor command to QemuOpts
Mark McLoughlin
1
-2
/
+13
[prev]
[next]