index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fdc: move floppy geometry guessing to block.c
Blue Swirl
2011-02-20
1
-108
/
+6
*
serial: make optional
Blue Swirl
2011-02-20
1
-1
/
+4
*
serial: refactor device creation
Blue Swirl
2011-02-20
2
-13
/
+13
*
ne2000_isa: make optional
Blue Swirl
2011-02-20
1
-2
/
+7
*
ne2000_isa: refactor device creation
Blue Swirl
2011-02-20
2
-14
/
+11
*
parallel: make optional
Blue Swirl
2011-02-20
1
-1
/
+4
*
parallel: refactor device creation
Blue Swirl
2011-02-20
2
-19
/
+19
*
Fix vmport segfault (v2)
Marcelo Tosatti
2011-02-17
1
-5
/
+6
*
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2011-02-16
10
-27
/
+186
|
\
|
*
kvm: x86: Introduce kvmclock device to save/restore its state
Jan Kiszka
2011-02-14
3
-7
/
+164
|
*
cirrus: Remove obsolete kvm.h include
Jan Kiszka
2011-02-14
1
-1
/
+0
|
*
Introduce log_start/log_stop in CPUPhysMemoryClient
Anthony PERARD
2011-02-14
2
-15
/
+18
|
*
Improve vm_stop reason declarations
Jan Kiszka
2011-02-14
4
-4
/
+4
*
|
Merge mainstone.h header into mainstone.c
Dmitry Eremin-Solenikov
2011-02-16
2
-36
/
+22
*
|
mainstone: convert FPGA emulation code to use QDev/SysBus
Dmitry Eremin-Solenikov
2011-02-16
3
-55
/
+55
*
|
mainstone: correct and simplify irq handling
Dmitry Eremin-Solenikov
2011-02-16
1
-19
/
+10
*
|
correctly check ppr priority during interrupt injection]
Gleb Natapov
2011-02-14
1
-12
/
+30
|
/
*
vmmouse: fix queue_size field initialization
Blue Swirl
2011-02-12
1
-0
/
+1
*
hpet: make optional
Blue Swirl
2011-02-12
2
-6
/
+7
*
sysbus: add creation function that may fail
Blue Swirl
2011-02-12
2
-0
/
+40
*
x86: make vmmouse optional
Blue Swirl
2011-02-12
4
-26
/
+25
*
isa: add creation function that may fail
Blue Swirl
2011-02-12
2
-0
/
+13
*
vmmouse: convert to qdev
Blue Swirl
2011-02-12
3
-13
/
+32
*
vmport: convert to qdev
Blue Swirl
2011-02-12
4
-6
/
+26
*
x86,MIPS: make vmware_vga optional
Blue Swirl
2011-02-12
3
-6
/
+22
*
pci: add creation functions that may fail
Blue Swirl
2011-02-12
2
-0
/
+24
*
qdev: add creation function that may fail
Blue Swirl
2011-02-12
2
-1
/
+14
*
vmware_vga: refactor device creation
Blue Swirl
2011-02-12
2
-6
/
+4
*
mst_fpga: Drop one more pxa.h inclusion.
Andrzej Zaborowski
2011-02-11
1
-1
/
+0
*
pxa2xx: convert i2c master to use qdev/vmsd
Dmitry Eremin-Solenikov
2011-02-11
1
-11
/
+42
*
max7310: finish qdev'ication
Dmitry Eremin-Solenikov
2011-02-11
2
-26
/
+5
*
tosa: we aren't connected to VBus, pass this info to Linux kernel
Dmitry Eremin-Solenikov
2011-02-11
1
-0
/
+4
*
mainstone: pass one irq to the mst_fpga instead of the whole PIC
Dmitry Eremin-Solenikov
2011-02-11
3
-8
/
+8
*
Drop unnecessary inclusions of pxa.h header
Dmitry Eremin-Solenikov
2011-02-11
2
-2
/
+0
*
Add scoop post_load callback that sets IRQs to loaded levels
Dmitry Eremin-Solenikov
2011-02-11
1
-1
/
+18
*
tc6393xb: correct NAND isr assertion
Dmitry Eremin-Solenikov
2011-02-11
1
-1
/
+1
*
sysbus: print number of irqs in dev_print
Dmitry Eremin-Solenikov
2011-02-11
1
-0
/
+1
*
blockdev: add refcount to DriveInfo
Marcelo Tosatti
2011-02-07
1
-1
/
+1
*
ahci: make number of ports runtime determined
Alexander Graf
2011-02-07
3
-16
/
+26
*
ahci: Implement HBA reset
Alexander Graf
2011-02-07
1
-1
/
+4
*
ahci: send init d2h fis on fis enable
Alexander Graf
2011-02-07
2
-7
/
+32
*
ahci: split ICH and AHCI even more
Alexander Graf
2011-02-07
2
-112
/
+88
*
ahci: add license header in ahci.h
Alexander Graf
2011-02-07
1
-0
/
+23
*
ahci: split ICH9 from core
Sebastian Herbszt
2011-02-07
3
-301
/
+374
*
ioapic: Style & magics cleanup
Jan Kiszka
2011-02-04
1
-70
/
+107
*
ioapic: Add support for qemu-kvm's vmstate v2
Jan Kiszka
2011-02-04
1
-1
/
+2
*
ioapic: Save/restore irr
Jan Kiszka
2011-02-04
1
-1
/
+14
*
ioapic: Implement EOI handling for level-triggered IRQs
Jan Kiszka
2011-02-04
3
-5
/
+67
*
virtio-serial: Make sure virtqueue is ready before discarding data
Amit Shah
2011-02-04
1
-0
/
+3
*
vhost: force vhost off for non-MSI guests
mst@redhat.com
2011-02-01
7
-10
/
+45
[prev]
[next]