index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-17
memory.h: Silence kernel-doc complaints
Paolo Bonzini
1
-6
/
+10
2019-12-17
docs: Create bitops.rst as example of kernel-docs
Peter Maydell
2
-0
/
+9
2019-12-17
bitops.h: Silence kernel-doc complaints
Peter Maydell
1
-20
/
+32
2019-12-17
Makefile: disable Sphinx nitpicking
Peter Maydell
1
-1
/
+1
2019-12-17
docs/conf.py: Enable use of kerneldoc sphinx extension
Peter Maydell
1
-1
/
+6
2019-12-17
docs: tweak kernel-doc for QEMU coding standards
Paolo Bonzini
1
-9
/
+19
2019-12-17
docs: import Linux kernel-doc script and extension
Paolo Bonzini
3
-0
/
+2426
2019-12-17
build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NG
Paolo Bonzini
3
-10
/
+10
2019-12-17
colo: fix return without releasing RCU
Paolo Bonzini
1
-16
/
+17
2019-12-17
memory: use RCU_READ_LOCK_GUARD
Paolo Bonzini
1
-2
/
+1
2019-12-17
qsp: Use WITH_RCU_READ_LOCK_GUARD
Dr. David Alan Gilbert
1
-12
/
+10
2019-12-17
hyperv: Use auto rcu_read macros
Dr. David Alan Gilbert
1
-13
/
+9
2019-12-17
hw/i386/pc: Extract the port92 device
Philippe Mathieu-Daudé
5
-114
/
+131
2019-12-17
hw/i386/pc: Inline port92_init()
Philippe Mathieu-Daudé
1
-8
/
+4
2019-12-17
hw/i386/pc: Use TYPE_PORT92 instead of hardcoded string
Philippe Mathieu-Daudé
1
-1
/
+1
2019-12-17
hw/isa/isa-bus: cleanup irq functions
Paolo Bonzini
2
-8
/
+11
2019-12-17
hw/i386: Simplify ioapic_init_gsi()
Philippe Mathieu-Daudé
1
-4
/
+3
2019-12-17
hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()
Philippe Mathieu-Daudé
4
-16
/
+2
2019-12-17
pc: stubify x86 iommu
Paolo Bonzini
3
-1
/
+42
2019-12-17
acpi: move PC stubs out of stubs/
Paolo Bonzini
3
-2
/
+2
2019-12-17
x86: move more x86-generic functions out of PC files
Paolo Bonzini
12
-128
/
+133
2019-12-17
hw/i386/pc: Convert DPRINTF() to trace events
Philippe Mathieu-Daudé
2
-14
/
+11
2019-12-17
x86: move SMM property to X86MachineState
Paolo Bonzini
7
-59
/
+59
2019-12-17
pci-stub: add more MSI functions
Paolo Bonzini
1
-0
/
+27
2019-12-17
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
27
-26
/
+37
2019-12-17
fw_cfg: allow building without other devices
Paolo Bonzini
2
-2
/
+7
2019-12-17
i386: conditionally compile more files
Paolo Bonzini
2
-4
/
+8
2019-12-17
configure: simplify vhost condition with Kconfig
Marc-André Lureau
4
-2
/
+11
2019-12-17
configure: set $PYTHON to a full path
Paolo Bonzini
1
-1
/
+1
2019-12-17
stubs: replace stubs with lnot if applicable
Paolo Bonzini
3
-5
/
+3
2019-12-17
crypto: move common bits for all emulators to libqemuutil
Paolo Bonzini
4
-13
/
+7
2019-12-17
libvixl: remove per-target compiler flags
Paolo Bonzini
2
-11
/
+3
2019-12-17
tests: skip block layer tests if !CONFIG_TOOLS
Marc-André Lureau
1
-1
/
+3
2019-12-17
os-posix: simplify os_find_datadir
Marc-André Lureau
1
-28
/
+13
2019-12-17
vhost-user-scsi: fix printf format warning
Marc-André Lureau
1
-1
/
+1
2019-12-17
monitor: fix maybe-uninitialized
Marc-André Lureau
1
-1
/
+2
2019-12-17
migration: fix maybe-uninitialized warning
Marc-André Lureau
1
-9
/
+11
2019-12-17
build-sys: do not include Windows SLIRP dependencies in $LIBS
Paolo Bonzini
1
-1
/
+4
2019-12-17
build-sys: build vhost-user-gpu only if CONFIG_TOOLS
Marc-André Lureau
1
-5
/
+1
2019-12-17
object: Improve documentation of interfaces
Greg Kurz
1
-2
/
+8
2019-12-17
Makefile: remove unused variables
Paolo Bonzini
1
-4
/
+0
2019-12-17
kvm: convert "-machine kernel_irqchip" to an accelerator property
Paolo Bonzini
5
-73
/
+62
2019-12-17
kvm: introduce kvm_kernel_irqchip_* functions
Paolo Bonzini
9
-30
/
+39
2019-12-17
kvm: convert "-machine kvm_shadow_mem" to an accelerator property
Paolo Bonzini
6
-45
/
+51
2019-12-17
xen: convert "-machine igd-passthru" to an accelerator property
Paolo Bonzini
6
-34
/
+28
2019-12-17
tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"
Paolo Bonzini
5
-11
/
+53
2019-12-17
tcg: convert "-accel threads" to a QOM property
Paolo Bonzini
3
-31
/
+55
2019-12-17
accel: pass object to accel_init_machine
Paolo Bonzini
3
-4
/
+6
2019-12-17
qom: add object_new_with_class
Paolo Bonzini
6
-11
/
+25
2019-12-17
qom: introduce object_register_sugar_prop
Paolo Bonzini
3
-9
/
+25
[next]