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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-21
Fix OpenBSD linker warnings
blueswir1
17
-137
/
+170
2008-08-21
Fix wrwim masking (Luis Pureza)
blueswir1
1
-0
/
+3
2008-08-21
Use initial CPU definition structure for some CPU fields instead of copying
blueswir1
4
-87
/
+83
2008-08-21
De-assert PIC IRQs properly at APIC level
aurel32
3
-7
/
+24
2008-08-21
De-assert ISA PIC IRQs properly
aurel32
1
-4
/
+6
2008-08-21
bios: update from bochs release 2.3.7
aurel32
2
-75
/
+24
2008-08-21
Relax qemu_ld/st constraints for !SOFTMMU case
malc
1
-1
/
+14
2008-08-20
Kludge to support linux-user on a PPC64
malc
1
-0
/
+9
2008-08-20
Fix tswap size
malc
1
-2
/
+2
2008-08-20
Correct version of Heikki Lindholms ppc64.ld script
malc
1
-26
/
+22
2008-08-20
Relax qemu_ld/st constraints for !SOFTMMU case
malc
1
-2
/
+6
2008-08-20
Avoid clobbering input/aliased registers in !SOFTMMU+64bit+bswap case
malc
1
-9
/
+10
2008-08-20
Clear the upper 32 bits of addr_reg in TARGET_LONG_BITS == 32 case
malc
1
-0
/
+6
2008-08-20
Move tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block to avoid compiler warning
malc
1
-1
/
+1
2008-08-19
Silence vmport unless DEBUG is enabled.
aliguori
1
-1
/
+5
2008-08-19
Remove unnecessary #includes from block-nbd.c
aliguori
1
-5
/
+0
2008-08-19
Revert r4979 since it breaks the monitor
aliguori
3
-16
/
+20
2008-08-19
ACPI suspend type field is 3 bits long
aurel32
1
-1
/
+1
2008-08-19
i386: fix isapc machine
aurel32
2
-4
/
+10
2008-08-18
i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka)
aliguori
1
-0
/
+2
2008-08-18
APIC: Do not start zero-period timers (Jan Kiszka)
aliguori
1
-0
/
+2
2008-08-18
Report unmapped addresses in memory_dump (Jan Kiszka)
aliguori
1
-1
/
+4
2008-08-17
Fix some warnings that would be generated by gcc -Wmissing-prototypes
blueswir1
11
-67
/
+61
2008-08-17
Fix warnings that would be generated by gcc -Wstrict-prototypes
blueswir1
8
-28
/
+42
2008-08-17
Fix 64 bit constant generation
blueswir1
1
-5
/
+12
2008-08-17
Fix 32 bit address overflow
blueswir1
1
-0
/
+19
2008-08-17
Restore AREG0 after calls
blueswir1
1
-73
/
+64
2008-08-17
Correct 32bit carry flag for add instruction (Igor Kovalenko)
blueswir1
1
-5
/
+8
2008-08-17
Fix g364fb video emulation
aurel32
2
-17
/
+15
2008-08-17
VMDK: Remove debug message
aurel32
1
-1
/
+0
2008-08-16
Sparc code generator update (fix qemu_ld & qemu_st)
blueswir1
1
-129
/
+101
2008-08-15
Use C99 initializers
aurel32
1
-8
/
+8
2008-08-15
Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)
blueswir1
8
-4
/
+75
2008-08-15
Cancel IDE outstanding IO on device reset (Gleb Natapov)
aliguori
1
-14
/
+26
2008-08-15
Use AIO only if host supports it (based on OpenBSD patches by Todd T. Fries)
blueswir1
2
-0
/
+59
2008-08-15
Sparc code generator update
blueswir1
2
-96
/
+149
2008-08-14
qcow2: Try to aggregate free clusters and freed clusters (Laurent Vivier)
aliguori
1
-18
/
+36
2008-08-14
qcow2: Make sure to return an error when L2 table loading fails
aliguori
1
-1
/
+1
2008-08-14
qcow2: Aggregate same type clusters (Laurent Vivier)
aliguori
1
-53
/
+181
2008-08-14
Extract compressing part from alloc_cluster_offset() (Laurent Vivier)
aliguori
1
-45
/
+124
2008-08-14
Divide get_cluster_offset() (Laurent Vivier)
aliguori
1
-76
/
+132
2008-08-14
qcow2: Extract code from get_cluster_offset() (Laurent Vivier)
aliguori
1
-62
/
+153
2008-08-13
Handle remaining driver names when traversing audio_drv_list (Initial patch b...
malc
1
-0
/
+4
2008-08-13
Allow diskless operation for all mips platforms.
ths
4
-20
/
+25
2008-08-13
Add the altgr key name to the monitor, by Samuel Thibault.
ths
1
-0
/
+2
2008-08-13
Fix encoding of efsctsiz (powerpc spe), by Tristan Gingold.
ths
1
-1
/
+2
2008-08-13
usb-serial: add support for modem lines
aurel32
1
-9
/
+45
2008-08-12
Allow boot without a drive on Sparc machines (partly extracted from Xen)
blueswir1
4
-2
/
+16
2008-08-12
Use C99 initializers
blueswir1
2
-56
/
+56
2008-08-12
serial: Always update iir, even when ier is empty (Samuel Thibault)
aliguori
1
-5
/
+0
[next]