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
*
virtio-net: cleanup: init and exit function.
KONRAD Frederic
2013-04-17
1
-95
/
+22
*
virtio-net: cleanup: use QOM cast.
KONRAD Frederic
2013-04-17
1
-67
/
+74
*
virtio-net-ccw: switch to the new API.
KONRAD Frederic
2013-04-17
2
-16
/
+28
*
virtio-net-s390: switch to the new API.
KONRAD Frederic
2013-04-17
2
-12
/
+30
*
virtio-net-pci: switch to the new API.
KONRAD Frederic
2013-04-17
2
-60
/
+69
*
virtio-net: add the virtio-net device.
KONRAD Frederic
2013-04-17
4
-20
/
+148
*
Merge remote-tracking branch 'kraxel/usb.80' into staging
Anthony Liguori
2013-04-16
4
-41
/
+1510
|
\
|
*
use libusb for usb-host
Gerd Hoffmann
2013-04-16
2
-2
/
+1461
|
*
xhci: fix address device
Gerd Hoffmann
2013-04-16
1
-0
/
+4
|
*
xhci: use slotid as device address
Gerd Hoffmann
2013-04-16
1
-22
/
+3
|
*
xhci: fix portsc writes
Gerd Hoffmann
2013-04-16
1
-7
/
+35
|
*
xhci: add xhci_cap_write
Gerd Hoffmann
2013-04-16
1
-0
/
+7
|
*
xhci: remove leftover debug printf
Gerd Hoffmann
2013-04-16
1
-1
/
+0
|
*
usb-serial: Remove double call to qemu_chr_add_handlers( NULL )
Hans de Goede
2013-04-16
1
-9
/
+0
*
|
Merge remote-tracking branch 'spice/spice.v69' into staging
Anthony Liguori
2013-04-16
2
-6
/
+34
|
\
\
|
*
|
virtio-console: Remove any pending watches on close
Hans de Goede
2013-04-16
1
-2
/
+22
|
*
|
virtio-console: Also throttle when less was written then requested
Hans de Goede
2013-04-16
1
-3
/
+5
|
*
|
spice: (32 bit only) fix surface cmd tracking destruction
Alon Levy
2013-04-16
1
-1
/
+1
|
*
|
qxl: add 2000x2000 and 2048x2048 video modes
Gerd Hoffmann
2013-04-16
1
-0
/
+2
|
*
|
qxl: add 4k + 8k resolutions
Gerd Hoffmann
2013-04-16
1
-0
/
+4
|
|
/
*
|
Merge remote-tracking branch 'kraxel/pixman.v11' into staging
Anthony Liguori
2013-04-16
24
-584
/
+262
|
\
\
|
*
|
qxl: register QemuConsole for secondary cards
Gerd Hoffmann
2013-04-16
1
-1
/
+5
|
*
|
console: allow pinning displaychangelisteners to consoles
Gerd Hoffmann
2013-04-16
1
-1
/
+1
|
*
|
xen: re-enable refresh interval reporting for xenfb
Gerd Hoffmann
2013-04-16
1
-39
/
+17
|
*
|
console: add GraphicHwOps
Gerd Hoffmann
2013-04-16
24
-81
/
+133
|
*
|
console: simplify screendump
Gerd Hoffmann
2013-04-16
24
-429
/
+20
|
*
|
console: rename vga_hw_*, add QemuConsole param
Gerd Hoffmann
2013-04-16
4
-7
/
+7
|
*
|
hw/vmware_vga.c: various vmware vga fixes.
Gerd Hoffmann
2013-04-16
1
-27
/
+30
|
*
|
hw/vmware_vga.c: add tracepoints for mmio reads+writes
Gerd Hoffmann
2013-04-16
1
-32
/
+80
|
*
|
hw/vmware_vga.c: fix screen resize bug introduced after console revamp
Igor Mitsyanko
2013-04-16
1
-1
/
+2
|
*
|
exynos4210_fimd.c: fix display resize bug introduced after console revamp
Igor Mitsyanko
2013-04-16
1
-3
/
+4
|
|
/
*
|
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2013-04-16
4
-7
/
+43
|
\
\
|
*
|
qdev: Set device's parent before calling realize() down inheritance chain
Igor Mammedov
2013-04-16
1
-4
/
+4
|
*
|
ioapic: Replace FROM_SYSBUS() with QOM type cast
Igor Mammedov
2013-04-16
1
-1
/
+1
|
*
|
kvmvapic: Replace FROM_SYSBUS() with QOM type cast
Igor Mammedov
2013-04-16
1
-2
/
+5
|
*
|
qdev: Add qdev property for bool type
Igor Mammedov
2013-04-16
1
-0
/
+33
|
|
/
*
|
m25p80: Add debug message for no bdrv
Peter Crosthwaite
2013-04-16
1
-0
/
+1
*
|
m25p80.c: Multiple debug verbosity levels
Peter Crosthwaite
2013-04-16
1
-19
/
+21
*
|
m25p80: Convert guest errors to LOG_GUEST_ERROR
Peter Crosthwaite
2013-04-16
1
-5
/
+7
*
|
m25p80: Fix debug messages.
Peter Crosthwaite
2013-04-16
1
-6
/
+7
*
|
stream: Remove app argument hack
Peter Crosthwaite
2013-04-16
4
-56
/
+172
*
|
xilinx_axienet/dma: Implement rx path flow control
Peter Crosthwaite
2013-04-16
2
-11
/
+66
*
|
stream: Add flow control API
Peter Crosthwaite
2013-04-16
3
-6
/
+18
*
|
xilinx_axidma: Fix rx/tx halted bit.
Peter Crosthwaite
2013-04-16
1
-2
/
+2
*
|
xilinx_axidma: Create Proxy object for stream
Peter Crosthwaite
2013-04-16
2
-7
/
+62
*
|
xilinx_axienet: Create Proxy object for stream
Peter Crosthwaite
2013-04-16
2
-5
/
+60
*
|
petalogix_ml605_mmu: Attach ethernet to machine
Peter Crosthwaite
2013-04-16
1
-0
/
+2
*
|
petalogix_ml605_mmu: Fix machine node attachment
Peter Crosthwaite
2013-04-16
1
-2
/
+2
*
|
xilinx_axidma: converted init->realize
Peter Crosthwaite
2013-04-16
1
-13
/
+13
*
|
xilinx_axidma: Register reset properly
Peter Crosthwaite
2013-04-16
1
-1
/
+11
[next]