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
*
xen: groundwork for xen support (Gerd Hoffmann)
aliguori
2009-04-22
8
-0
/
+150
*
update .gitignore: add qemu-io (Gerd Hoffmann)
aliguori
2009-04-22
1
-0
/
+1
*
qcow2: Add plausibility check for L1/L2 entries (Kevin Wolf)
aliguori
2009-04-21
1
-0
/
+14
*
qcow2: Refcount checking code cleanup (Kevin Wolf)
aliguori
2009-04-21
1
-44
/
+105
*
Introduce qemu-img check subcommand (Kevin Wolf)
aliguori
2009-04-21
1
-0
/
+62
*
Introduce bdrv_check (Kevin Wolf)
aliguori
2009-04-21
4
-19
/
+70
*
qcow2: Fix warnings in check_refcount() (Kevin Wolf)
aliguori
2009-04-21
1
-10
/
+13
*
sending NUMA topology to BIOS (Andre Przywara)
aliguori
2009-04-21
5
-0
/
+331
*
add info numa command to monitor (Andre Przywara)
aliguori
2009-04-21
1
-0
/
+21
*
added -numa cmdline parameter parser (Andre Przywara)
aliguori
2009-04-21
5
-5
/
+144
*
Safety net for the cases where disassembler/translator disagree over instruct...
malc
2009-04-21
1
-0
/
+7
*
net: Prevent multiple slirp instances (Jan Kiszka)
aliguori
2009-04-21
1
-1
/
+13
*
slirp: Enhance host-guest redirection setup (Jan Kiszka)
aliguori
2009-04-21
5
-17
/
+28
*
net: Untangle nested qemu_send_packet (Jan Kiszka)
aliguori
2009-04-21
2
-6
/
+41
*
monitor: Allow host_net_add/remove for all targets (Jan Kiszka)
aliguori
2009-04-21
1
-1
/
+1
*
monitor: Improve host_net_add (Jan Kiszka)
aliguori
2009-04-21
2
-3
/
+5
*
net: Add support for capturing VLANs (Jan Kiszka)
aliguori
2009-04-21
3
-3
/
+121
*
Allow empty params for check_params (Jan Kiszka)
aliguori
2009-04-21
1
-1
/
+1
*
slirp: Handle DHCP requests for specific IP (Jan Kiszka)
aliguori
2009-04-21
2
-34
/
+95
*
net: Add parameter checks for VLAN clients (Jan Kiszka)
aliguori
2009-04-21
1
-0
/
+83
*
net: Fix -net socket,listen (Jan Kiszka)
aliguori
2009-04-21
1
-1
/
+1
*
net: Check device passed to host_net_remove (Jan Kiszka)
aliguori
2009-04-21
1
-2
/
+8
*
MIPS signal handling fixes.
pbrook
2009-04-21
3
-4
/
+109
*
MIPS: Raise SIGSEGV, not SIGILL when an access faults.
pbrook
2009-04-21
1
-0
/
+7
*
Fix target_siginfo ordering for MIPS.
pbrook
2009-04-21
1
-0
/
+6
*
Enable access to SYNCI_Step register in usermode emulation.
pbrook
2009-04-20
1
-0
/
+2
*
Build system: Fix dependency of qemu.1
blueswir1
2009-04-19
1
-1
/
+1
*
kqemu: merge CONFIG_KQEMU and USE_KQEMU
blueswir1
2009-04-19
16
-59
/
+59
*
Adds SM501 usb host emulation feature.
aurel32
2009-04-19
4
-44
/
+109
*
linux-user: Linux kernel's fchmodat and faccessat have three args (no 4th arg)
aurel32
2009-04-19
1
-9
/
+8
*
Fix indices in Menelaus save/load.
balrog
2009-04-19
1
-6
/
+6
*
kqemu: only compile kqemu.o if actually needed
blueswir1
2009-04-18
2
-1
/
+6
*
linux-user: fix IPCOP_sem* and implement sem*
aurel32
2009-04-18
1
-98
/
+188
*
qemu-io: Verify read data by patterns (Kevin Wolf)
aliguori
2009-04-18
1
-4
/
+40
*
qemu-io: Fix handling of bdrv_is_allocated() return value (Kevin Wolf)
aliguori
2009-04-18
1
-7
/
+5
*
monitor: Update command help (Jan Kiszka)
aliguori
2009-04-18
1
-6
/
+6
*
x86: Enhanced dump of segment registers (Jan Kiszka)
aliguori
2009-04-18
2
-39
/
+64
*
a couple of qemu-io fixes (Christoph Hellwig)
aliguori
2009-04-18
1
-2
/
+2
*
buildsytem: consistently use install (Christoph Egger)
aliguori
2009-04-18
2
-12
/
+15
*
Use ANSI prototypes to please sparse
blueswir1
2009-04-18
2
-17
/
+8
*
Add 'static' to avoid a sparse warning
blueswir1
2009-04-18
1
-1
/
+1
*
Move bootp_filename to avoid a sparse warning
blueswir1
2009-04-18
2
-1
/
+1
*
Fix non-ACPI Timer Interrupt Routing (Beth Kon)
aliguori
2009-04-17
3
-0
/
+39
*
hpet: Fix emulation of HPET_TN_SETVAL (Jan Kiszka)
aliguori
2009-04-17
1
-1
/
+1
*
kvm: Fix cpuid initialization (Jan Kiszka)
aliguori
2009-04-17
1
-40
/
+20
*
qcow2 corruption: Fix alloc_cluster_link_l2 (Kevin Wolf)
aliguori
2009-04-17
1
-1
/
+1
*
Make the sed script also work with OpenBSD and OpenSolaris seds
blueswir1
2009-04-17
1
-1
/
+1
*
qemu: Add support for SMBIOS command line otions (Alex Williamson)
aliguori
2009-04-17
9
-1
/
+899
*
qemu: Add prototype and make qemu_uuid_parse() non-static (Alex Williamson)
aliguori
2009-04-17
2
-1
/
+2
*
Free VLANClientState using qemu_free() (Mark McLoughlin)
aliguori
2009-04-17
1
-1
/
+1
[next]