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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
x86: improve SSE table type safety
Blue Swirl
2012-06-28
1
-45
/
+89
*
x86: split off FPU helpers
Blue Swirl
2012-06-28
3
-1278
/
+1306
*
x86: fix coding style in ops_sse.h
Blue Swirl
2012-06-28
1
-471
/
+578
*
x86: avoid an extern declaration
Blue Swirl
2012-06-28
1
-4
/
+1
*
x86: split off exception handlers
Blue Swirl
2012-06-28
4
-116
/
+140
*
x86: avoid AREG0 for exceptions
Blue Swirl
2012-06-28
7
-220
/
+234
*
x86: prepare op_helper.c for splitting
Blue Swirl
2012-06-28
1
-796
/
+1279
*
Add a memory barrier to DMA functions
Benjamin Herrenschmidt
2012-06-27
2
-2
/
+53
*
pseries: Implement IOMMU and DMA for PAPR PCI devices
David Gibson
2012-06-27
4
-18
/
+39
*
iommu: Allow PCI to use IOMMU infrastructure
David Gibson
2012-06-27
3
-2
/
+18
*
pseries: Convert sPAPR TCEs to use generic IOMMU infrastructure
David Gibson
2012-06-27
10
-343
/
+370
*
iommu: Introduce IOMMU emulation infrastructure
David Gibson
2012-06-27
3
-25
/
+259
*
usb: Convert usb_packet_{map, unmap} to universal DMA helpers
David Gibson
2012-06-27
4
-14
/
+15
*
ide/ahci: Use universal DMA helper functions
David Gibson
2012-06-27
3
-16
/
+23
*
iommu: Make sglists and dma_bdrv helpers use new universal DMA helpers
David Gibson
2012-06-27
5
-17
/
+19
*
usb-ohci: Use universal DMA helper functions
David Gibson
2012-06-27
1
-42
/
+51
*
iommu: Add universal DMA helper functions
David Gibson
2012-06-27
3
-9
/
+123
*
Better support for dma_addr_t variables
David Gibson
2012-06-27
2
-0
/
+13
*
rtl8139: validate rx ring before receiving packets
Jason Wang
2012-06-27
1
-10
/
+12
*
Remove support for non-threaded VNC server
Daniel P. Berrange
2012-06-27
7
-141
/
+1
*
configure: Assure existence of linux-headers/ build directory
Andreas Färber
2012-06-27
1
-0
/
+1
*
Makefile.target: Update clean command to clean hw/ directory
Peter Maydell
2012-06-27
1
-2
/
+2
*
qtest: fix infinite loop when QEMU aborts abruptly
Anthony Liguori
2012-06-27
1
-0
/
+5
*
qdev: fix use-after-free in the error path of qdev_init_nofail
Anthony Liguori
2012-06-27
1
-2
/
+3
*
MAINTAINERS: Added device tree
Peter A. G. Crosthwaite
2012-06-27
1
-0
/
+6
*
MAINTAINERS: Added Xilinx EDK devices
Peter A. G. Crosthwaite
2012-06-27
1
-0
/
+11
*
MAINTAINERS: Add Petalogix ml605 machine model
Peter A. G. Crosthwaite
2012-06-27
1
-0
/
+5
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2012-06-26
10
-19
/
+25
|
\
|
*
tci: Support INDEX_op_bswap64_i64
Stefan Weil
2012-06-22
1
-1
/
+0
|
*
target-i386: Use QEMU instead of Qemu
Stefan Weil
2012-06-22
1
-1
/
+1
|
*
Makefile.hw: avoid overly large 'make clean' rm command
Peter Maydell
2012-06-22
1
-2
/
+2
|
*
configure: Fix typo
Stefan Weil
2012-06-22
1
-1
/
+1
|
*
arm_gic: Send dbg msgs to stderr not stdout
Peter A. G. Crosthwaite
2012-06-22
1
-1
/
+1
|
*
checkpatch: Add QEMU specific rule
Stefan Weil
2012-06-22
1
-0
/
+5
|
*
qemu-config: Use QEMU instead of Qemu
Stefan Weil
2012-06-22
1
-1
/
+1
|
*
libqtest: Fix socket_accept() to pass address_len
Andreas Färber
2012-06-22
1
-0
/
+1
|
*
Makefile.user: Define CONFIG_USER_ONLY for libuser/
Andreas Färber
2012-06-22
1
-0
/
+1
|
*
Makefile: Remove macro qapi-dir
Stefan Weil
2012-06-22
1
-11
/
+10
|
*
Makefile: Remove BUILD_DIR from qapi-dir
Stefan Weil
2012-06-22
1
-1
/
+1
|
*
Install 'bepo' keymap already included in Qemu source
Frédéric Boiteux
2012-06-22
1
-1
/
+2
*
|
Merge remote-tracking branch 'spice/spice.v58' into staging
Anthony Liguori
2012-06-26
11
-70
/
+177
|
\
\
|
*
|
vga: raise default vgamem size
Gerd Hoffmann
2012-06-22
4
-3
/
+27
|
*
|
add pc-1.2
Gerd Hoffmann
2012-06-22
1
-2
/
+10
|
*
|
qxl: add vgamem_size_mb and vgamem_size
Alon Levy
2012-06-22
2
-30
/
+44
|
*
|
vga: make vram size configurable
Gerd Hoffmann
2012-06-22
8
-14
/
+50
|
*
|
vga: raise xres+yres limits
Gerd Hoffmann
2012-06-22
1
-2
/
+2
|
*
|
qxl: reset current_async on qxl_soft_reset
Alon Levy
2012-06-22
1
-0
/
+1
|
*
|
hw/qxl: ignore guest from guestbug until reset
Alon Levy
2012-06-22
2
-1
/
+15
|
*
|
qxl: stop dirty loging when not in vga mode
Alon Levy
2012-06-22
1
-0
/
+2
|
*
|
hw/qxl: s/qxl_guest_bug/qxl_set_guest_bug/
Alon Levy
2012-06-22
2
-23
/
+29
[prev]
[next]