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
*
Implement and use shared memory framebuffer device rendering reoutine.
pbrook
2009-04-01
9
-231
/
+252
*
Use pixel_ops.h
pbrook
2009-04-01
1
-24
/
+1
*
Remove unused variable
blueswir1
2009-03-31
1
-1
/
+0
*
Avoid rounding problems in ptimer_get_count
pbrook
2009-03-31
1
-1
/
+31
*
Misc scsi disk/cdrom fixes/improvements 4/4
blueswir1
2009-03-29
1
-0
/
+3
*
misc scsi disk/cdrom fixes/improvements 3/4
blueswir1
2009-03-29
1
-1
/
+9
*
misc scsi disk/cdrom fixes/improvements 2/4
blueswir1
2009-03-29
1
-0
/
+4
*
misc scsi disk/cdrom fixes/improvements 1/4
blueswir1
2009-03-29
1
-0
/
+1
*
target-sh4: r2d --append option support
aurel32
2009-03-28
1
-3
/
+2
*
hw/eeprom93xx.c: support 93xx EEPROMs with more than 255 words
aurel32
2009-03-28
1
-10
/
+14
*
hw/eeprom93xx.c: substitute structure dump with discrete dump in eeprom_save/...
aurel32
2009-03-28
1
-2
/
+27
*
target-sh4: r2d --append option support
aurel32
2009-03-28
1
-5
/
+16
*
Use the DMA api to map virtio elements.
aliguori
2009-03-28
1
-82
/
+17
*
virtio-blk: use generic vectored I/O APIs (Christoph Hellwig)
aliguori
2009-03-28
1
-71
/
+17
*
Clean some PCI defines (Stefan Weil)
aliguori
2009-03-28
2
-10
/
+11
*
Fix monitor command (screendump) (Stefan Weil)
aliguori
2009-03-28
1
-0
/
+1
*
Remove nodisk_ok machine feature (Jan Kiszka)
aliguori
2009-03-28
7
-21
/
+0
*
musicpal: Fix regression caused by 6839 (Jan Kiszka)
aliguori
2009-03-28
1
-1
/
+2
*
get roms more room. (Glauber Costa)
aliguori
2009-03-28
1
-10
/
+19
*
new scsi-generic abstraction, use SG_IO (Christoph Hellwig)
aliguori
2009-03-28
1
-39
/
+3
*
Document sun ID PROM contents
blueswir1
2009-03-28
1
-5
/
+7
*
virtio: Allow guest to defer VIRTIO_F_NOTIFY_ON_EMPTY (Alex Williamson)
aliguori
2009-03-20
1
-3
/
+4
*
e1000: Fix RX descriptor low threshold interrupt logic (Alex Williamson)
aliguori
2009-03-20
1
-2
/
+2
*
Fix VGA issue introduced by r6349
malc
2009-03-17
1
-2
/
+10
*
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
2009-03-16
9
-39
/
+0
*
temporarily disable logging around pci config writes (Avi Kivity)
aliguori
2009-03-13
1
-1
/
+12
*
stop dirty logging while updating cirrus bank memory (Glauber Costa)
aliguori
2009-03-13
1
-0
/
+5
*
Add missing file
aliguori
2009-03-13
1
-0
/
+95
*
qemu:virtio-net: Check return size on the correct sg list (Alex Williamson)
aliguori
2009-03-13
1
-1
/
+1
*
Add and use remaining #defines for PCI device IDs (Stuart Brady)
aliguori
2009-03-13
9
-87
/
+28
*
remove is_graphic_console from vga.c (Stefano Stabellini)
aliguori
2009-03-13
1
-11
/
+7
*
DisplayAllocator interface (Stefano Stabellini)
aliguori
2009-03-13
6
-11
/
+24
*
From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep 17 00:00:00 2001
aliguori
2009-03-12
3
-223
/
+278
*
Add specialized block driver scsi generic API (Avi Kivity)
aliguori
2009-03-12
1
-17
/
+22
*
Clean build: Add bt-host.h
aurel32
2009-03-10
1
-3
/
+0
*
musicpal: Reorganize IO memory handling (Jan Kiszka)
malc
2009-03-10
1
-50
/
+139
*
Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno)
blueswir1
2009-03-08
6
-260
/
+111
*
Add new entries to firmware configuration device
blueswir1
2009-03-08
1
-0
/
+6
*
do not pretend to support low voltage operation
aurel32
2009-03-07
1
-1
/
+1
*
clean build: Fix arm build warnings
aurel32
2009-03-07
2
-18
/
+1
*
arm: Fix gic_irq_state.level bitfield type
aurel32
2009-03-07
1
-1
/
+1
*
ppc_oldworld: swap the MACIO and CMD646 IDE controllers
aurel32
2009-03-07
1
-9
/
+8
*
Use a dedicated function to request exit from execution loop
aurel32
2009-03-07
2
-2
/
+2
*
Activate uninorth AGP bridge
blueswir1
2009-03-07
1
-20
/
+8
*
Sparse fixes: dubious mixing of bitwise and logical operations
blueswir1
2009-03-07
1
-1
/
+1
*
Sparse fixes: move ACPI table definitions to pc.h
blueswir1
2009-03-07
2
-4
/
+5
*
Sparse fixes: truncation by cast
blueswir1
2009-03-07
2
-26
/
+26
*
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
2009-03-07
8
-20
/
+32
*
Fix sparc64-softmmu breakage from r6711
blueswir1
2009-03-07
1
-2
/
+2
*
monitor: Rework API (Jan Kiszka)
aliguori
2009-03-05
16
-92
/
+112
[next]