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
...
|
*
|
mmu-hash*: Reduce use of access_type
David Gibson
2013-03-22
2
-87
/
+66
|
*
|
mmu-hash*: Add hash pte load/store helpers
David Gibson
2013-03-22
5
-47
/
+94
|
*
|
mmu-hash*: Add header file for definitions
David Gibson
2013-03-22
7
-141
/
+190
|
*
|
target-ppc: mmu_ctx_t should not be a global type
David Gibson
2013-03-22
4
-29
/
+50
|
*
|
target-ppc: Disentangle BAT code for 32-bit hash MMUs
David Gibson
2013-03-22
3
-38
/
+142
|
*
|
target-ppc: Don't share get_pteg_offset() between 32 and 64-bit
David Gibson
2013-03-22
5
-11
/
+10
|
*
|
target-ppc: Disentangle hash mmu helper functions
David Gibson
2013-03-22
4
-16
/
+193
|
*
|
target-ppc: Disentangle hash mmu versions of cpu_get_phys_page_debug()
David Gibson
2013-03-22
5
-21
/
+48
|
*
|
target-ppc: Disentangle hash mmu paths for cpu_ppc_handle_mmu_fault
David Gibson
2013-03-22
5
-41
/
+231
|
*
|
target-ppc: Disentangle get_physical_address() paths
David Gibson
2013-03-22
6
-46
/
+58
|
*
|
target-ppc: Rework get_physical_address()
David Gibson
2013-03-22
1
-46
/
+52
|
*
|
target-ppc: Disentangle get_segment()
David Gibson
2013-03-22
5
-111
/
+280
|
*
|
target-ppc: Disentangle find_pte()
David Gibson
2013-03-22
6
-122
/
+164
|
*
|
target-ppc: Disentangle pte_check()
David Gibson
2013-03-22
7
-56
/
+179
|
*
|
target-ppc: Move SLB handling into a mmu-hash64.c
David Gibson
2013-03-22
5
-199
/
+232
|
*
|
target-ppc: Remove address check for logging
David Gibson
2013-03-22
1
-6
/
+4
|
*
|
target-ppc: Trivial cleanups in mmu_helper.c
David Gibson
2013-03-22
2
-11
/
+3
|
*
|
target-ppc: Remove vestigial PowerPC 620 support
David Gibson
2013-03-22
9
-339
/
+8
|
*
|
PPC/GDB: handle read and write of fpscr
Fabien Chouteau
2013-03-22
4
-2
/
+10
|
*
|
pseries: Move XICS initialization before cpu initialization
David Gibson
2013-03-22
3
-38
/
+34
|
*
|
target-ppc: Remove CONFIG_PSERIES dependency in kvm.c
David Gibson
2013-03-22
1
-1
/
+1
|
*
|
pseries: Remove "busname" property for PCI host bridge
David Gibson
2013-03-22
3
-12
/
+24
|
*
|
pseries: Fix breakage in CPU QOM conversion
David Gibson
2013-03-22
1
-1
/
+1
*
|
|
tcg: Fix occasional TCG broken problem when ldst optimization enabled
Yeongkyoon Lee
2013-03-22
1
-2
/
+2
*
|
|
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2013-03-22
24
-113
/
+308
|
\
\
\
|
*
|
|
nbd: Check against invalid option combinations
Kevin Wolf
2013-03-22
1
-0
/
+14
|
*
|
|
nbd: Use default port if only host is specified
Kevin Wolf
2013-03-22
1
-9
/
+10
|
*
|
|
block: Allow omitting the file name when using driver-specific options
Kevin Wolf
2013-03-22
3
-11
/
+51
|
*
|
|
block: Make find_image_format safe with NULL filename
Kevin Wolf
2013-03-22
1
-3
/
+10
|
*
|
|
block: Rename variable to avoid shadowing
Kevin Wolf
2013-03-22
1
-7
/
+9
|
*
|
|
block: Introduce .bdrv_parse_filename callback
Kevin Wolf
2013-03-22
3
-16
/
+25
|
*
|
|
nbd: Accept -drive options for the network connection
Kevin Wolf
2013-03-22
1
-52
/
+77
|
*
|
|
nbd: Remove unused functions
Kevin Wolf
2013-03-22
2
-21
/
+0
|
*
|
|
nbd: Keep hostname and port separate
Kevin Wolf
2013-03-22
5
-12
/
+58
|
*
|
|
qemu-socket: Make socket_optslist public
Kevin Wolf
2013-03-22
2
-12
/
+14
|
*
|
|
block: Pass bdrv_file_open() options to block drivers
Kevin Wolf
2013-03-22
1
-7
/
+56
|
*
|
|
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
2013-03-22
18
-29
/
+51
|
*
|
|
block: complete all IOs before resizing a device
Peter Lieven
2013-03-22
1
-0
/
+3
|
*
|
|
Revert "block: complete all IOs before .bdrv_truncate"
Peter Lieven
2013-03-22
1
-4
/
+0
|
|
/
/
*
|
|
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2013-03-22
25
-52
/
+58
|
\
\
\
|
*
|
|
qdev: remove redundant abort()
liguang
2013-03-22
1
-2
/
+1
|
*
|
|
gitignore: ignore more files
liguang
2013-03-22
1
-0
/
+3
|
*
|
|
Use proper term in TCG README
陳韋任 (Wei-Ren Chen)
2013-03-22
1
-5
/
+9
|
*
|
|
serial: Fix debug format strings
Kevin Wolf
2013-03-22
1
-2
/
+2
|
*
|
|
Fix typos and misspellings
Peter Maydell
2013-03-22
11
-15
/
+15
|
*
|
|
Advertise --libdir in configure --help output
Doug Goldstein
2013-03-22
1
-0
/
+1
|
*
|
|
memory: fix a bug of detection of memory region collision
Hu Tao
2013-03-22
1
-1
/
+1
|
*
|
|
MinGW: Replace setsockopt by qemu_setsocketopt
Stefan Weil
2013-03-22
8
-27
/
+26
|
|
/
/
*
|
|
Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into staging
Anthony Liguori
2013-03-22
2
-11
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
virtio-ccw, s390-virtio: Use generic virtio-blk macro.
Cornelia Huck
2013-03-20
2
-14
/
+2
[prev]
[next]