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
2009-07-30
e1000.c doesn't properly emulate EERD and ICS registers
Bill Paul
1
-4
/
+9
2009-07-30
qdev: convert all vga devices.
Gerd Hoffmann
3
-81
/
+130
2009-07-30
qdev/core: add monitor command to list all drivers
Gerd Hoffmann
2
-0
/
+12
2009-07-30
qdev: factor out qdev_print_devinfo.
Gerd Hoffmann
1
-1
/
+18
2009-07-30
Fix VM state change handlers running out of order
Markus Armbruster
3
-9
/
+54
2009-07-30
Remove the virtio-{blk, console}-pci-0-10 device types
Mark McLoughlin
1
-46
/
+11
2009-07-30
Remove the pc-0-10 machine type
Mark McLoughlin
1
-50
/
+5
2009-07-27
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
8
-18
/
+18
2009-07-27
Refactor code to remove one #ifdef CONFIG_FDT
Juan Quintela
1
-4
/
+2
2009-07-27
Rename HAVE_FDT to CONFIG_FDT and define it also in Makefile
Juan Quintela
3
-5
/
+5
2009-07-27
qemu: msix nit: clear msix_entries_nr on error
Michael S. Tsirkin
1
-0
/
+1
2009-07-27
Introduce -smp , maxcpus= flag to specify maximum number of CPUS.
Jes Sorensen
2
-0
/
+2
2009-07-27
HPET fixes for reg writes
Beth Kon
2
-13
/
+8
2009-07-27
switch -drive to QemuOpts.
Gerd Hoffmann
1
-6
/
+6
2009-07-27
kill drives_opt
Gerd Hoffmann
1
-5
/
+5
2009-07-27
kill drives_table
Gerd Hoffmann
31
-225
/
+186
2009-07-27
qdev/pci: hook up i440fx.
Gerd Hoffmann
2
-26
/
+85
2009-07-27
qdev: bus walker + qdev_device_add()
Gerd Hoffmann
2
-0
/
+252
2009-07-27
qdev: create default bus names.
Gerd Hoffmann
2
-1
/
+25
2009-07-27
qdev/pci: use qdev_prop_pci_devfn
Gerd Hoffmann
1
-4
/
+4
2009-07-27
qdev/prop: add pci devfn property
Gerd Hoffmann
2
-0
/
+44
2009-07-27
Add a pc-0.11 machine type and make the pc type an alias
Mark McLoughlin
1
-1
/
+2
2009-07-27
Add machine type aliases
Mark McLoughlin
1
-0
/
+1
2009-07-26
Give the kernel more room
Alexander Graf
1
-2
/
+2
2009-07-26
PPC: Round VGA BIOS size to page boundary
Alexander Graf
2
-0
/
+8
2009-07-22
notify io_thread at the end of rx handling
Glauber Costa
1
-0
/
+4
2009-07-22
Add save/restore support to the LSI logic SCSI device model.
Nolan
1
-0
/
+172
2009-07-21
Sparc32: convert Sun4c interrupt controller to qdev
Blue Swirl
3
-20
/
+57
2009-07-21
Sparc32: convert SBI to qdev
Blue Swirl
3
-21
/
+54
2009-07-21
Sparc32/64: use 64 bit type for memory size
Blue Swirl
2
-4
/
+4
2009-07-21
qdev: add 64 bit type
Blue Swirl
2
-0
/
+62
2009-07-21
Sparc64: refactor kernel init
Blue Swirl
1
-42
/
+55
2009-07-21
Sparc64: refactor CPU init
Blue Swirl
1
-19
/
+27
2009-07-21
Sparc64: convert memory to qdev
Blue Swirl
1
-4
/
+59
2009-07-21
Sparc64: convert boot prom to qdev
Blue Swirl
1
-29
/
+62
2009-07-21
Sparc32: Fix lance
Blue Swirl
1
-0
/
+1
2009-07-21
Sparc64: convert APB to qdev
Blue Swirl
2
-35
/
+76
2009-07-20
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
10
-42
/
+43
2009-07-20
Fix build with DEBUG_PCI in pci_host.h enabled
Blue Swirl
1
-5
/
+8
2009-07-20
Clean up fdc qdev conversion
Blue Swirl
1
-74
/
+65
2009-07-17
isxdigit -> qemu_isxdigit
Christoph Egger
1
-2
/
+2
2009-07-17
Suppress a Sparse warning
Blue Swirl
2
-1
/
+3
2009-07-17
Sparc32: use hex for version numbers
Blue Swirl
2
-2
/
+2
2009-07-17
Sparc32: fix escc devices broken by ee6847d19be16c789b8bd4e553b7cd6701ba1245
Blue Swirl
1
-4
/
+4
2009-07-17
Sparc32: fix fdc io_base
Blue Swirl
1
-1
/
+2
2009-07-17
Fix sparc-softmmu breakage by ee6847d19be16c789b8bd4e553b7cd6701ba1245
Blue Swirl
1
-1
/
+1
2009-07-16
fix for bad macaddr of e1000 in Windows 2003 server with original MS driver
Naphtali Sprei
1
-0
/
+5
2009-07-16
qdev: es1370+ac97 description
Gerd Hoffmann
2
-0
/
+2
2009-07-16
qdev/compat: virtio-net-pci 0.10 compatibility.
Gerd Hoffmann
2
-3
/
+28
2009-07-16
qdev: print device id in "info pci".
Gerd Hoffmann
1
-0
/
+1
[prev]
[next]