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
*
net: purge the monitor object from all init functions
Luiz Capitulino
2012-06-04
15
-43
/
+27
*
qemu-config: introduce qemu_find_opts_err()
Luiz Capitulino
2012-06-04
2
-0
/
+8
*
qemu-config: find_list(): use error_set()
Luiz Capitulino
2012-06-04
1
-7
/
+25
*
qerror: introduce QERR_INVALID_OPTION_GROUP
Luiz Capitulino
2012-06-04
2
-0
/
+7
*
qemu-option: qemu_opts_from_qdict(): use error_set()
Luiz Capitulino
2012-06-04
4
-11
/
+35
*
qemu-option: introduce qemu_opt_set_err()
Luiz Capitulino
2012-06-04
2
-0
/
+8
*
qemu-option: opt_set(): use error_set()
Luiz Capitulino
2012-06-04
1
-11
/
+20
*
qemu-option: qemu_opts_validate(): use error_set()
Luiz Capitulino
2012-06-04
3
-10
/
+11
*
qemu-option: qemu_opt_parse(): use error_set()
Luiz Capitulino
2012-06-04
1
-19
/
+17
*
qemu-option: parse_option_size(): use error_set()
Luiz Capitulino
2012-06-04
1
-9
/
+8
*
qemu-option: parse_option_bool(): use error_set()
Luiz Capitulino
2012-06-04
1
-8
/
+16
*
qemu-option: parse_option_number(): use error_set()
Luiz Capitulino
2012-06-04
1
-7
/
+19
*
qemu-option: qemu_opts_create(): use error_set()
Luiz Capitulino
2012-06-04
9
-32
/
+59
*
introduce a new monitor command 'dump-guest-memory' to dump guest's memory
Wen Congyang
2012-06-04
10
-0
/
+1050
*
make gdb_id() generally avialable and rename it to cpu_index()
Wen Congyang
2012-06-04
2
-14
/
+14
*
target-i386: Add API to get note's size
Wen Congyang
2012-06-04
2
-0
/
+39
*
target-i386: add API to get dump info
Wen Congyang
2012-06-04
3
-0
/
+64
*
target-i386: Add API to write cpu status to core file
Wen Congyang
2012-06-04
2
-0
/
+167
*
target-i386: Add API to write elf notes to core file
Wen Congyang
2012-06-04
4
-0
/
+260
*
Add API to get memory mapping without do paging
Wen Congyang
2012-06-04
2
-0
/
+12
*
Add API to get memory mapping
Wen Congyang
2012-06-04
2
-0
/
+62
*
Add API to check whether paging mode is enabled
Wen Congyang
2012-06-04
2
-1
/
+12
*
implement cpu_get_memory_mapping()
Wen Congyang
2012-06-04
5
-0
/
+288
*
Add API to check whether a physical address is I/O address
Wen Congyang
2012-06-04
2
-0
/
+16
*
Add API to create memory mapping list
Wen Congyang
2012-06-04
3
-0
/
+214
*
target-microblaze: lwx/swx: first implementation
Peter A. G. Crosthwaite
2012-06-04
4
-5
/
+64
*
Revert "rtl8139: do the network/host communication only in normal operating m...
Jason Wang
2012-06-04
1
-9
/
+0
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2012-06-03
18
-52
/
+624
|
\
|
*
virtio/vhost: Add support for KVM in-kernel MSI injection
Jan Kiszka
2012-05-21
2
-0
/
+132
|
*
msix: Add msix_nr_vectors_allocated
Jan Kiszka
2012-05-21
2
-0
/
+7
|
*
kvm: Enable use of kvm_irqchip_in_kernel in hwlib code
Jan Kiszka
2012-05-21
1
-0
/
+1
|
*
kvm: Introduce kvm_irqchip_add/remove_irqfd
Jan Kiszka
2012-05-21
3
-0
/
+43
|
*
kvm: Make kvm_irqchip_commit_routes an internal service
Jan Kiszka
2012-05-21
3
-18
/
+15
|
*
kvm: Publicize kvm_irqchip_release_virq
Jan Kiszka
2012-05-21
3
-1
/
+6
|
*
kvm: Introduce kvm_irqchip_add_msi_route
Jan Kiszka
2012-05-21
3
-4
/
+45
|
*
kvm: Rename kvm_irqchip_add_route to kvm_irqchip_add_irq_route
Jan Kiszka
2012-05-21
3
-6
/
+6
|
*
msix: Introduce vector notifiers
Jan Kiszka
2012-05-21
3
-0
/
+105
|
*
msix: Invoke msix_handle_mask_update on msix_mask_all
Jan Kiszka
2012-05-21
1
-0
/
+4
|
*
msix: Factor out msix_get_message
Jan Kiszka
2012-05-21
1
-6
/
+13
|
*
kvm: update vmxcap for EPT A/D, INVPCID, RDRAND, VMFUNC
Avi Kivity
2012-05-17
1
-0
/
+13
|
*
kvm: Enable in-kernel irqchip support by default
Jan Kiszka
2012-05-16
1
-1
/
+1
|
*
kvm: Add support for direct MSI injections
Jan Kiszka
2012-05-16
1
-3
/
+19
|
*
kvm: Update kernel headers
Jan Kiszka
2012-05-16
1
-0
/
+38
|
*
kvm: x86: Wire up MSI support for in-kernel irqchip
Jan Kiszka
2012-05-16
1
-2
/
+32
|
*
pc: Enable MSI support at APIC level
Jan Kiszka
2012-05-16
4
-19
/
+8
|
*
kvm: Introduce basic MSI support for in-kernel irqchips
Jan Kiszka
2012-05-16
2
-1
/
+139
|
*
Introduce MSIMessage structure
Jan Kiszka
2012-05-16
2
-0
/
+6
|
*
kvm: Refactor KVMState::max_gsi to gsi_count
Jan Kiszka
2012-05-16
1
-4
/
+4
*
|
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2012-06-03
3
-9
/
+26
|
\
\
|
*
|
ahci: SATA FIS is 20 bytes, not 0x20
Daniel Verkamp
2012-05-30
1
-2
/
+2
[next]