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
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user: Correct a few missuses of host addresses
Edgar E. Iglesias
2011-08-26
1
-14
/
+15
*
microblaze: Add an MSR_PVR constant and use it.
Edgar E. Iglesias
2011-08-25
2
-2
/
+3
*
microblaze: Make the MSR PVR bit non writable
Edgar E. Iglesias
2011-08-25
1
-3
/
+8
*
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
Anthony Liguori
2011-08-25
49
-638
/
+658
*
vga: Silence bogus gcc warning about uninitialized variables
Jan Kiszka
2011-08-25
1
-0
/
+1
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2011-08-25
3
-4
/
+5
|
\
|
*
disasm: update comment
Frediano Ziglio
2011-08-25
1
-1
/
+1
|
*
Fix up some style nits of last uq/master merge
Jan Kiszka
2011-08-25
2
-3
/
+4
*
|
Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging
Anthony Liguori
2011-08-25
49
-658
/
+638
|
\
\
|
*
|
milkymist: convert to memory API
Avi Kivity
2011-08-25
1
-4
/
+5
|
*
|
milkymist-softusb: convert to memory API
Avi Kivity
2011-08-25
1
-24
/
+24
|
*
|
milkymist-minimac2: convert to memory API
Avi Kivity
2011-08-25
1
-22
/
+21
|
*
|
mcf5208: convert to memory API
Avi Kivity
2011-08-25
1
-40
/
+32
|
*
|
mainstone: convert to memory API
Avi Kivity
2011-08-25
1
-5
/
+8
|
*
|
lm32_boards: convert to memory API
Avi Kivity
2011-08-25
1
-6
/
+9
|
*
|
g364fb: convert to memory API
Avi Kivity
2011-08-25
3
-29
/
+38
|
*
|
dummy_m68k: convert to memory API
Avi Kivity
2011-08-25
1
-2
/
+5
|
*
|
pflash_cfi01/pflash_cfi02: convert to memory API
Avi Kivity
2011-08-25
18
-223
/
+246
|
*
|
Makefile.hw: allow hw/ files to include glib headers
Avi Kivity
2011-08-25
1
-0
/
+1
|
*
|
piix_pci: wrap memory update in a transaction
Avi Kivity
2011-08-25
1
-0
/
+2
|
*
|
cirrus: wrap memory update in a transaction
Avi Kivity
2011-08-25
1
-0
/
+2
|
*
|
leon3: convert to memory API
Avi Kivity
2011-08-25
1
-6
/
+9
|
*
|
integratorcp: convert to memory API (RAM/flash only)
Avi Kivity
2011-08-25
1
-8
/
+20
|
*
|
sysbus: add sysbus_add_memory_overlap()
Avi Kivity
2011-08-25
2
-0
/
+9
|
*
|
axis_dev88: convert to memory API (RAM only)
Avi Kivity
2011-08-25
1
-8
/
+8
|
*
|
armv7m: convert to memory API
Avi Kivity
2011-08-24
3
-12
/
+20
|
*
|
an5206: convert to memory API
Avi Kivity
2011-08-24
1
-4
/
+8
|
*
|
ReadWriteHandler: remove
Avi Kivity
2011-08-24
3
-115
/
+0
|
*
|
pci_host: convert conf index and data ports to memory API
Avi Kivity
2011-08-24
9
-133
/
+131
|
*
|
sysbus: add helpers to add and delete memory regions to the system bus
Avi Kivity
2011-08-24
2
-0
/
+28
|
*
|
stellaris_enet: convert to memory API
Avi Kivity
2011-08-24
1
-17
/
+12
*
|
|
Merge remote-tracking branch 'aneesh/for-upstream-2' into staging
Anthony Liguori
2011-08-25
9
-1330
/
+851
|
\
\
\
|
*
|
|
use readdir_r instead of readdir for reentrancy
Harsh Prateek Bora
2011-08-22
5
-16
/
+27
|
*
|
|
hw/9pfs: Update v9fs_read to use coroutines
Aneesh Kumar K.V
2011-08-22
1
-198
/
+117
|
*
|
|
hw/9pfs: Add yield support for preadv coroutine
Aneesh Kumar K.V
2011-08-22
2
-0
/
+19
|
*
|
|
hw/9pfs: Update v9fs_attach to use coroutines
Aneesh Kumar K.V
2011-08-22
1
-9
/
+4
|
*
|
|
hw/9pfs: Update v9fs_wstat to use coroutines
Aneesh Kumar K.V
2011-08-22
2
-211
/
+63
|
*
|
|
hw/9pfs: Update v9fs_write to use coroutines
Aneesh Kumar K.V
2011-08-22
1
-89
/
+59
|
*
|
|
hw/9pfs: Add yield support for pwritev coroutine
Aneesh Kumar K.V
2011-08-22
2
-0
/
+19
|
*
|
|
hw/9pfs: Update v9fs_link to use coroutines
Venkateswararao Jujjuri (JV)
2011-08-22
1
-13
/
+6
|
*
|
|
hw/9pfs: Add yield support for link coroutine
Venkateswararao Jujjuri
2011-08-22
2
-0
/
+15
|
*
|
|
hw/9pfs: Update v9fs_symlink to use coroutines
Venkateswararao Jujjuri
2011-08-22
2
-76
/
+28
|
*
|
|
hw/9pfs: Add yield support for symlin coroutine
Venkateswararao Jujjuri
2011-08-22
2
-0
/
+22
|
*
|
|
hw/9pfs: Update v9fs_create to use coroutines
Venkateswararao Jujjuri
2011-08-22
2
-216
/
+97
|
*
|
|
hw/9pfs: Update v9fs_fsync to use coroutines
Aneesh Kumar K.V
2011-08-22
1
-16
/
+11
|
*
|
|
hw/9pfs: Add yield support for fsync coroutine
Aneesh Kumar K.V
2011-08-22
2
-0
/
+17
|
*
|
|
hw/9pfs: Update v9fs_clunk to use coroutines
Aneesh Kumar K.V
2011-08-22
1
-37
/
+7
|
*
|
|
hw/9pfs: Add yeild support for clunk related coroutine
Aneesh Kumar K.V
2011-08-22
4
-0
/
+71
|
*
|
|
hw/9pfs: Update v9fs_walk to use coroutines
Aneesh Kumar K.V
2011-08-22
2
-151
/
+68
|
*
|
|
hw/9pfs: Update v9fs_stat to use coroutines
Aneesh Kumar K.V
2011-08-22
1
-41
/
+21
[next]