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
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-i386: Change CPUID model of 486 to 8
Andreas Färber
2013-05-06
1
-0
/
+4
*
qdev: Introduce qdev_prop_set_globals_for_type()
Andreas Färber
2013-05-06
1
-0
/
+2
*
qdev: Let qdev_prop_parse() pass through Error
Andreas Färber
2013-05-06
1
-2
/
+3
*
virtio-scsi: fix the command line compatibility.
KONRAD Frederic
2013-05-03
1
-1
/
+0
*
scsi: add bus_name parameter to scsi_bus_new.
KONRAD Frederic
2013-05-03
1
-1
/
+2
*
virtio: add virtio_device_set_child_bus_name.
KONRAD Frederic
2013-05-03
1
-0
/
+4
*
nbd: support large NBD requests
Stefan Hajnoczi
2013-05-03
1
-1
/
+2
*
qemu: add castagnoli crc32c checksum algorithm
Jeff Cody
2013-05-03
1
-0
/
+35
*
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2013-05-02
9
-27
/
+183
|
\
|
*
pc: Implement QEMUMachine::hot_add_cpu hook
Igor Mammedov
2013-05-01
1
-0
/
+1
|
*
Add hot_add_cpu hook to QEMUMachine
Igor Mammedov
2013-05-01
1
-0
/
+3
|
*
target-i386: Move APIC to ICC bus
Igor Mammedov
2013-05-01
2
-3
/
+6
|
*
target-i386: Attach ICC bus to CPU on its creation
Igor Mammedov
2013-05-01
1
-1
/
+1
|
*
target-i386: Introduce ICC bus/device/bridge
Igor Mammedov
2013-05-01
1
-0
/
+79
|
*
cpu: Move cpu_write_elfXX_note() functions to CPUState
Jens Freimann
2013-05-01
2
-9
/
+49
|
*
target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE
Igor Mammedov
2013-05-01
1
-2
/
+0
|
*
cpu: Add helper cpu_exists(), to check if CPU with specified id exists
Igor Mammedov
2013-05-01
1
-0
/
+10
|
*
cpu: Add qemu_for_each_cpu()
Michael S. Tsirkin
2013-05-01
1
-0
/
+9
|
*
cpu: Introduce get_arch_id() method and override it for X86CPU
Igor Mammedov
2013-05-01
1
-0
/
+2
|
*
pc: Update rtc_cmos on CPU hot-plug
Igor Mammedov
2013-05-01
1
-0
/
+1
|
*
cpu: Introduce CPU hot-plug notifier
Igor Mammedov
2013-05-01
1
-0
/
+3
|
*
cpu: Introduce cpu_resume(), for single CPU
Igor Mammedov
2013-05-01
1
-0
/
+7
|
*
cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()
Igor Mammedov
2013-05-01
1
-10
/
+10
|
*
cpu: Make kvm-stub.o available outside softmmu
Igor Mammedov
2013-05-01
1
-2
/
+2
*
|
Trivial grammar and spelling fixes
Stefan Weil
2013-05-01
2
-4
/
+4
|
/
*
sysemu: drop register_devices from header
Michael S. Tsirkin
2013-04-30
1
-2
/
+0
*
pvpanic: create pvpanic by default for machine 1.5
Hu Tao
2013-04-30
1
-0
/
+3
*
fw_cfg: add required header files
Hu Tao
2013-04-30
1
-0
/
+7
*
add a new qevent: QEVENT_GUEST_PANICKED
Hu Tao
2013-04-30
1
-0
/
+1
*
add a new runstate: RUN_STATE_GUEST_PANICKED
Hu Tao
2013-04-30
1
-0
/
+1
*
audio: look for the ISA and PCI buses
Paolo Bonzini
2013-04-29
1
-1
/
+1
*
audio: remove HAS_AUDIO
Paolo Bonzini
2013-04-29
1
-1
/
+0
*
audio: remove the need for audio card CONFIG_* symbols
Paolo Bonzini
2013-04-29
2
-21
/
+4
*
serial: QOM'ify ISA serial
Andreas Färber
2013-04-29
1
-0
/
+1
*
pcspk: QOM'ify
Andreas Färber
2013-04-29
1
-1
/
+3
*
mc146818rtc: QOM'ify
Andreas Färber
2013-04-29
1
-0
/
+2
*
i8259: QOM cleanups
Andreas Färber
2013-04-29
1
-1
/
+2
*
fdc: QOM'ify ISA floppy controller
Andreas Färber
2013-04-29
1
-0
/
+2
*
Merge remote-tracking branch 'bonzini/migration-writev' into staging
Anthony Liguori
2013-04-29
2
-20
/
+19
|
\
|
*
win32: add readv/writev emulation
Paolo Bonzini
2013-04-29
2
-20
/
+19
*
|
tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION
Richard Henderson
2013-04-27
1
-0
/
+17
|
/
*
Common: Add quick access to first boot device
Dominik Dingel
2013-04-26
1
-0
/
+2
*
Remove unnecessary FreeBSD #include
Ed Maste
2013-04-25
1
-4
/
+0
*
console: zap ds arg from register_displaychangelistener
Gerd Hoffmann
2013-04-25
1
-2
/
+1
*
console: add qemu_console_lookup_by_device
Gerd Hoffmann
2013-04-25
1
-0
/
+1
*
console: add device link to QemuConsoles
Gerd Hoffmann
2013-04-25
1
-1
/
+2
*
console: qom-ify QemuConsole
Gerd Hoffmann
2013-04-25
1
-0
/
+15
*
pc: Kill the "use flash device for BIOS unless KVM" misfeature
Markus Armbruster
2013-04-24
1
-0
/
+5
*
Merge remote-tracking branch 'alon/libcacard_ccid.1' into staging
Anthony Liguori
2013-04-24
1
-0
/
+5
|
\
|
*
ccid-card-passthru, dev-smartcard-reader: add debug environment variables
Alon Levy
2013-04-24
1
-0
/
+5
[next]