index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-26
Fix undeclared symbol warnings from sparse
blueswir1
22
-35
/
+50
2008-10-25
Change freeing method because the allocation function was changed in r5532
blueswir1
1
-3
/
+3
2008-10-25
Replace uses of strndup (a GNU extension) with Qemu pstrdup
blueswir1
1
-1
/
+1
2008-10-25
Replace uses of strncpy (a GNU extension) with Qemu pstrcpy
blueswir1
1
-1
/
+1
2008-10-25
Fix a bad memcpy length (Bruce Rogers).
balrog
1
-1
/
+1
2008-10-24
Live migration for Win32 (Hervé Poussineau)
aliguori
1
-1
/
+1
2008-10-24
hw/pc: don't register the memory hole as unassigned twice
aurel32
1
-2
/
+0
2008-10-24
ETRAX-FS: Drop DMA polling for ethernet.
edgar_igl
1
-46
/
+4
2008-10-22
ETRAX-FS: Add support for passing kernel command lines
edgar_igl
1
-2
/
+15
2008-10-22
ETRAX-FS: Correct booting of elf linux images from ram.
edgar_igl
1
-3
/
+2
2008-10-17
scsi-generic: correct error management
aurel32
1
-29
/
+103
2008-10-13
Fix some issues with QEMUFile
aliguori
1
-2
/
+3
2008-10-12
hw/apic.c: use functions from host-utils.h
aurel32
1
-35
/
+3
2008-10-12
Define macro QEMU_GNUC_PREREQ and use it
aurel32
1
-2
/
+3
2008-10-12
Only use __builtin_* with GCC >= 3.4
aurel32
1
-2
/
+2
2008-10-12
hw/apic.c: use __builtin funtions instead of assembly code
aurel32
1
-10
/
+8
2008-10-11
Fix some debugging mistakes/leftovers
malc
1
-2
/
+0
2008-10-11
Correct SCSI error reporting (Laurent Vivier)
blueswir1
1
-15
/
+27
2008-10-11
Increase write buffer size in pflash emulation (Thomas Petazzoni).
balrog
1
-3
/
+3
2008-10-09
Fix IDE DIAGNOSE for packet devices (Vincent Sanders)
aliguori
1
-2
/
+9
2008-10-07
machine struct - specify max_cpus at the per machine level (Jes Sorensen)
aliguori
29
-0
/
+51
2008-10-07
machine struct - use C99 initializers (Jes Sorensen)
aliguori
19
-100
/
+100
2008-10-06
Introduce v3 of savevm protocol
aliguori
1
-0
/
+9
2008-10-04
Move nographic export to sysemu.h
blueswir1
3
-5
/
+0
2008-10-04
Use qemu-log.h
blueswir1
7
-19
/
+7
2008-10-03
Improve pflash cfi01 debug messages (Thomas Petazzoni).
balrog
1
-3
/
+3
2008-10-03
Reset CFI01 flash wcycle after erase confirm (Thomas Petazzoni).
balrog
1
-1
/
+1
2008-10-03
Rearrange tick functions
blueswir1
1
-0
/
+15
2008-10-02
Resurrect the safe part of r5274
blueswir1
10
-56
/
+161
2008-10-02
Make PCI class description tables const
blueswir1
1
-2
/
+2
2008-10-02
Make some tables const
blueswir1
1
-6
/
+6
2008-10-02
Sun ss20 OBP does 32bit register access to esp (Robert Reif)
blueswir1
1
-1
/
+1
2008-10-01
Reset CPU on INIT IPI
aurel32
1
-0
/
+5
2008-10-01
qemu: improve scsi dma speed by increasing the dma buffer size
aurel32
1
-1
/
+1
2008-10-01
hw/apic.c: use bsr and bsf on x86_64
aurel32
1
-2
/
+2
2008-10-01
Check that asynchronous (DMA) submission succeeds (Ian Jackson).
balrog
1
-0
/
+10
2008-10-01
Actually check read/write errors in IDE (Ian Jackson).
balrog
1
-2
/
+32
2008-09-30
Add some missing static qualifiers
blueswir1
1
-2
/
+2
2008-09-30
Make sure bluez programs (cross-)compile, add missing statics.
balrog
1
-3
/
+3
2008-09-29
Fix SS-2 crash
blueswir1
1
-1
/
+1
2008-09-29
Refactor QEMUFile for live migration
aliguori
1
-1
/
+34
2008-09-29
Emulate a USB bluetooth dongle (or HCI Transport layer).
balrog
2
-0
/
+650
2008-09-29
Use VHCI to allow the host os to participate in a qemu bluetooth "vlan".
balrog
1
-0
/
+8
2008-09-29
Bluetooth HIDP emulation on top of usb-hid.c and L2CAP and SDP.
balrog
3
-8
/
+606
2008-09-29
Add L2CAP logic and a virtual SDP server for use in emulated devices.
balrog
3
-0
/
+2885
2008-09-29
Add a virtual HCI.
balrog
2
-0
/
+2231
2008-09-28
Emulate a serial bluetooth HCI with H4+ extensions and attach to n8x0's UART.
balrog
3
-0
/
+1983
2008-09-28
Add a "null" bluetooth HCI and a header file for bluetooth.
balrog
3
-4
/
+229
2008-09-28
Add to machine structure a flag to use SCSI drives instead of IDE: fixes SS-20
blueswir1
4
-10
/
+26
2008-09-28
Fix dots per clock value, cleanup and "optimize"
malc
1
-10
/
+9
[next]