index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-07-29
sysbus: add MemoryRegion based memory management API
Avi Kivity
2
-3
/
+27
2011-07-29
pci: add MemoryRegion based BAR management API
Avi Kivity
2
-8
/
+42
2011-07-29
pci: pass address space to pci bus when created
Avi Kivity
22
-35
/
+85
2011-07-29
pc: move global memory map out of pc_init1() and into its callers
Avi Kivity
1
-7
/
+8
2011-07-29
pc: convert pc_memory_init() to memory API
Avi Kivity
2
-19
/
+41
2011-07-29
pc: grab system_memory
Avi Kivity
3
-3
/
+12
2011-07-29
ioport: register ranges by byte aligned addresses always
Avi Kivity
1
-2
/
+2
2011-07-29
exec.c: initialize memory map
Avi Kivity
1
-0
/
+19
2011-07-29
memory: transaction API
Avi Kivity
2
-0
/
+26
[next]