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
2011-08-02
libcacard: use INSTALL_DATA for data
pull-libcacard.data
Alon Levy
1
-3
/
+2
2011-07-31
microblaze: Add missing call to qemu_init_vcpu.
Peter A. G. Crosthwaite
1
-0
/
+1
2011-07-30
TCG: fix breakage by previous patch
Blue Swirl
1
-7
/
+12
2011-07-30
TCG: fix breakage on some RISC hosts
Blue Swirl
1
-13
/
+115
2011-07-30
Do constant folding for unary operations.
Kirill Batuzov
1
-0
/
+59
2011-07-30
Do constant folding for shift operations.
Kirill Batuzov
1
-0
/
+72
2011-07-30
Do constant folding for boolean operations.
Kirill Batuzov
1
-0
/
+37
2011-07-30
Do constant folding for basic arithmetic operations.
Kirill Batuzov
1
-0
/
+125
2011-07-30
Add copy and constant propagation.
Kirill Batuzov
1
-2
/
+180
2011-07-30
Add TCG optimizations stub
Kirill Batuzov
4
-1
/
+107
2011-07-30
exec.h cleanup
Blue Swirl
32
-620
/
+273
2011-07-30
revamp acpitable parsing and allow to specify complete (headerful) table
Michael Tokarev
2
-127
/
+178
2011-07-30
SPARC64: implement %fprs dirty bits
Tsuneo Saito
1
-0
/
+116
2011-07-30
SPARC64: fix fnor* and fnand*
Tsuneo Saito
1
-6
/
+8
2011-07-30
sd: do not add one sector to the disk size
Vincent Palatin
1
-3
/
+1
2011-07-30
user: Restore debug usage message for '-d ?' in user mode emulation
Peter Maydell
3
-11
/
+16
2011-07-30
usb-hid: Fix 0/0 position for Windows in tablet mode
Jan Kiszka
1
-0
/
+5
2011-07-30
Add support for Zipit Z2 machine
Vasily Khoruzhick
2
-0
/
+359
2011-07-30
onenand: Add missing brace.
Andrzej Zaborowski
1
-0
/
+1
2011-07-30
hw/onenand: program actions can only clear bits
Juha Riihimäki
1
-29
/
+106
2011-07-30
onenand: Handle various ID fields separately
Juha Riihimäki
3
-14
/
+23
2011-07-30
onenand: Pass BlockDriverState to init function
Peter Maydell
3
-10
/
+12
2011-07-30
hw/nand: qdevify
Juha Riihimäki
5
-81
/
+103
2011-07-30
hw/nand: Writing to NAND can only clear bits
Peter Maydell
1
-4
/
+13
2011-07-30
hw/nand: Support multiple reads following READ STATUS
Juha Riihimäki
1
-3
/
+8
2011-07-30
hw/nand: Support devices wider than 8 bits
Juha Riihimäki
2
-34
/
+88
2011-07-30
nand: Bump vmstate version after changing structure.
Andrzej Zaborowski
1
-3
/
+3
2011-07-30
hw/nand: Support large NAND devices
Juha Riihimäki
1
-21
/
+27
2011-07-30
hw/nand: Pass block device state to init function
Peter Maydell
5
-10
/
+15
2011-07-30
lm832x: Take DeviceState pointer in lm832x_key_event()
Peter Maydell
3
-7
/
+6
2011-07-30
hw/omap_gpio.c: Convert to qdev
Juha Riihimäki
6
-173
/
+218
2011-07-30
hw/omap_clk: Add the clock for the OMAP2430-specific fifth GPIO module
Peter Maydell
1
-1
/
+5
2011-07-30
hw/omap_l4.c: Add helper function omap_l4_region_base
Juha Riihimäki
2
-0
/
+8
2011-07-29
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
4
-5
/
+30
2011-07-29
Merge remote-tracking branch 'alon/pull-libcacard.afe' into staging
Anthony Liguori
4
-78
/
+224
2011-07-29
Merge remote-tracking branch 'agraf/xen-next' into staging
Anthony Liguori
10
-33
/
+162
2011-07-29
Merge remote-tracking branch 'kraxel/migration.2' into staging
Anthony Liguori
9
-0
/
+52
2011-07-29
monitor: fix build breakage with --disable-vnc
TeLeMan
1
-0
/
+2
2011-07-29
Allow to leave type on default in -machine
Jan Kiszka
1
-1
/
+4
2011-07-29
CODING_STYLE: explicitly allow braceless 'else if'
Avi Kivity
1
-0
/
+4
2011-07-29
Fix a compilation error in xen-mapcache.c
Stefan Berger
1
-2
/
+1
2011-07-29
multiboot: Fix bss segment support
Göran Weinholt
1
-5
/
+9
2011-07-29
configure: add --disable-zlib-test
Alon Levy
1
-9
/
+14
2011-07-29
Add missing trace call to oslib-posix.c:qemu_vmalloc()
Jes Sorensen
1
-1
/
+4
2011-07-29
Fix last sector write on sd card
Dr. David Alan Gilbert
1
-8
/
+11
2011-07-29
move unaligned memory access functions to bswap.h
Paolo Bonzini
4
-448
/
+477
2011-07-29
softfloat: change default nan definitions to variables
Paolo Bonzini
2
-51
/
+81
2011-07-29
move WORDS_ALIGNED to qemu-common.h
Paolo Bonzini
2
-4
/
+4
2011-07-29
showing a splash picture when start
wayne
5
-4
/
+199
2011-07-29
usb-ohci: convert to MemoryRegion
Avi Kivity
1
-25
/
+17
[next]