index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: make seg_max virtqueue size dependent
Denis Plotnikov
2020-01-06
2
-0
/
+2
*
hw/pci/pci_host: Let pci_data_[read/write] use unsigned 'size' argument
Philippe Mathieu-Daudé
2020-01-05
1
-2
/
+2
*
numa: Extend CLI to provide memory side cache information
Liu Jingqi
2020-01-05
1
-0
/
+5
*
numa: Extend CLI to provide memory latency and bandwidth information
Liu Jingqi
2020-01-05
1
-0
/
+53
*
numa: Extend CLI to provide initiator information for numa nodes
Tao Xu
2020-01-05
1
-0
/
+5
*
virtio: don't enable notifications during polling
Stefan Hajnoczi
2020-01-05
1
-0
/
+1
*
virtio-pci: disable vring processing when bus-mastering is disabled
Michael Roth
2020-01-05
1
-0
/
+15
*
virtio: add ability to delete vq through a pointer
Michael S. Tsirkin
2020-01-05
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...
Peter Maydell
2019-12-20
2
-13
/
+69
|
\
|
*
linux-user: log page table changes under -d page
Alex Bennée
2019-12-19
1
-6
/
+5
|
*
Add use of RCU for qemu_logfile.
Robert Foley
2019-12-18
2
-10
/
+64
|
*
qemu_log_lock/unlock now preserves the qemu_logfile handle.
Robert Foley
2019-12-18
1
-3
/
+6
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-12-20
14
-86
/
+345
|
\
\
|
*
|
hw/pci: Remove the "command_serr_enable" property
Thomas Huth
2019-12-18
1
-1
/
+1
|
*
|
hw/pci-host/i440fx: Extract PCII440FXState to "hw/pci-host/i440fx.h"
Philippe Mathieu-Daudé
2019-12-18
1
-2
/
+17
|
*
|
memory: include MemoryListener documentation and some missing function parame...
Paolo Bonzini
2019-12-18
1
-4
/
+214
|
*
|
memory.h: Silence kernel-doc complaints
Paolo Bonzini
2019-12-17
1
-6
/
+10
|
*
|
bitops.h: Silence kernel-doc complaints
Peter Maydell
2019-12-17
1
-20
/
+32
|
*
|
memory: use RCU_READ_LOCK_GUARD
Paolo Bonzini
2019-12-17
1
-2
/
+1
|
*
|
hw/i386/pc: Extract the port92 device
Philippe Mathieu-Daudé
2019-12-17
1
-0
/
+3
|
*
|
hw/isa/isa-bus: cleanup irq functions
Paolo Bonzini
2019-12-17
1
-4
/
+4
|
*
|
hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()
Philippe Mathieu-Daudé
2019-12-17
1
-1
/
+0
|
*
|
x86: move more x86-generic functions out of PC files
Paolo Bonzini
2019-12-17
2
-20
/
+18
|
*
|
x86: move SMM property to X86MachineState
Paolo Bonzini
2019-12-17
2
-3
/
+5
|
*
|
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
2019-12-17
3
-9
/
+13
|
*
|
object: Improve documentation of interfaces
Greg Kurz
2019-12-17
1
-2
/
+8
|
*
|
kvm: convert "-machine kernel_irqchip" to an accelerator property
Paolo Bonzini
2019-12-17
1
-3
/
+0
|
*
|
kvm: introduce kvm_kernel_irqchip_* functions
Paolo Bonzini
2019-12-17
1
-2
/
+5
|
*
|
kvm: convert "-machine kvm_shadow_mem" to an accelerator property
Paolo Bonzini
2019-12-17
1
-2
/
+0
|
*
|
xen: convert "-machine igd-passthru" to an accelerator property
Paolo Bonzini
2019-12-17
1
-1
/
+0
|
*
|
tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"
Paolo Bonzini
2019-12-17
1
-2
/
+0
|
*
|
tcg: convert "-accel threads" to a QOM property
Paolo Bonzini
2019-12-17
1
-2
/
+0
|
*
|
accel: pass object to accel_init_machine
Paolo Bonzini
2019-12-17
1
-1
/
+1
|
*
|
qom: add object_new_with_class
Paolo Bonzini
2019-12-17
1
-0
/
+12
|
*
|
qom: introduce object_register_sugar_prop
Paolo Bonzini
2019-12-17
1
-0
/
+1
|
*
|
vl: configure accelerators from -accel options
Paolo Bonzini
2019-12-17
1
-1
/
+0
|
*
|
vl: merge -accel processing into configure_accelerators
Paolo Bonzini
2019-12-17
1
-1
/
+3
|
|
/
*
|
include/qom/object.h: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
2019-12-18
1
-2
/
+2
*
|
block/snapshot: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
2019-12-18
1
-1
/
+1
*
|
hmp: drop Error pointer indirection in hmp_handle_error
Vladimir Sementsov-Ogievskiy
2019-12-18
1
-1
/
+1
*
|
error: make Error **errp const where it is appropriate
Vladimir Sementsov-Ogievskiy
2019-12-18
1
-3
/
+3
*
|
io: Fix Error usage in a comment <example>
Markus Armbruster
2019-12-18
1
-1
/
+1
*
|
crypto: Fix typo in QCryptoTLSSession's <example> comment
Markus Armbruster
2019-12-18
1
-1
/
+1
*
|
error: Fix -msg timestamp default
Markus Armbruster
2019-12-18
1
-1
/
+2
|
/
*
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-1...
Peter Maydell
2019-12-17
3
-2199
/
+0
|
\
|
*
glib: use portable g_setenv()
Marc-André Lureau
2019-12-17
1
-2
/
+0
|
*
Remove the core bluetooth code
Thomas Huth
2019-12-17
2
-2197
/
+0
*
|
ppc/pnv: Drop PnvChipClass::type
Greg Kurz
2019-12-17
1
-9
/
+0
*
|
ppc/pnv: Introduce PnvChipClass::xscom_pcba() method
Greg Kurz
2019-12-17
1
-0
/
+1
*
|
ppc/pnv: Drop pnv_chip_is_power9() and pnv_chip_is_power10() helpers
Greg Kurz
2019-12-17
1
-10
/
+0
[next]