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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-21
microvm: add usb support
Gerd Hoffmann
1
-1
/
+4
2020-10-21
usb/xhci: add xhci_sysbus_build_aml() helper
Gerd Hoffmann
1
-0
/
+2
2020-10-21
usb/xhci: add include/hw/usb/xhci.h header file
Gerd Hoffmann
1
-0
/
+19
2020-10-21
x86: make pci irqs runtime configurable
Gerd Hoffmann
1
-0
/
+2
2020-10-19
xen-bus: reduce scope of backend watch
Paul Durrant
2
-1
/
+3
2020-10-19
xen: Rename XENBACKEND_DEVICE to XENBACKEND
Eduardo Habkost
1
-1
/
+1
2020-10-19
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20201019' int...
Peter Maydell
2
-8
/
+0
2020-10-19
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20201017' ...
Peter Maydell
4
-1
/
+30
2020-10-18
m48t59: remove legacy m48t59_init() function
Mark Cave-Ayland
1
-4
/
+0
2020-10-18
m48t59-isa: remove legacy m48t59_init_isa() function
Mark Cave-Ayland
1
-2
/
+0
2020-10-18
uninorth: use qdev gpios for PCI IRQs
Mark Cave-Ayland
1
-2
/
+0
2020-10-17
hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)
Philippe Mathieu-Daudé
1
-1
/
+3
2020-10-17
hw/mips/cps: Expose input clock and connect it to CPU cores
Philippe Mathieu-Daudé
1
-0
/
+2
2020-10-16
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
2
-10
/
+12
2020-10-16
hw/core/clock: Add the clock_new helper function
Luc Michel
1
-0
/
+13
2020-10-16
util/cutils: Introduce freq_to_str() to display Hertz units
Philippe Mathieu-Daudé
1
-0
/
+12
2020-10-16
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
3
-4
/
+30
2020-10-15
qom: Add user_creatable_print_help_from_qdict()
Kevin Wolf
1
-3
/
+18
2020-10-15
keyval: Parse help options
Kevin Wolf
2
-1
/
+12
2020-10-15
chardev/spice: simplify chardev setup
Gerd Hoffmann
2
-2
/
+0
2020-10-15
chardev/spice: make qemu_chr_open_spice_port static
Gerd Hoffmann
1
-3
/
+0
2020-10-15
module: silence errors for module_load_qom_all().
Gerd Hoffmann
1
-4
/
+4
2020-10-14
cpu: Introduce CPU model deprecation API
Robert Hoo
1
-0
/
+3
2020-10-14
kvm: Correct documentation of kvm_irqchip_*()
Eduardo Habkost
1
-10
/
+9
2020-10-14
win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...
Yonggang Luo
1
-2
/
+2
2020-10-12
scsi/scsi_bus: Add scsi_device_get
Maxim Levitsky
1
-0
/
+1
2020-10-12
device-core: use atomic_set on .realized property
Maxim Levitsky
1
-0
/
+2
2020-10-12
device-core: use RCU for list of children of a bus
Maxim Levitsky
1
-0
/
+9
2020-10-12
qdev: add "check if address free" callback for buses
Paolo Bonzini
1
-1
/
+12
2020-10-12
qom: fix objects with improper parent type
Paolo Bonzini
3
-3
/
+3
2020-10-12
exec: split out non-softmmu-specific parts
Paolo Bonzini
1
-0
/
+3
2020-10-09
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201009' into...
Peter Maydell
3
-4
/
+6
2020-10-09
block: Add bdrv_lock()/unlock()
Kevin Wolf
1
-0
/
+14
2020-10-09
block: Add bdrv_co_enter()/leave()
Kevin Wolf
1
-0
/
+17
2020-10-09
util/async: Add aio_co_reschedule_self()
Kevin Wolf
1
-0
/
+10
2020-10-09
qmp: Move dispatcher to a coroutine
Kevin Wolf
1
-0
/
+1
2020-10-09
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
1
-0
/
+1
2020-10-09
monitor: Make current monitor a per-coroutine property
Kevin Wolf
1
-1
/
+1
2020-10-09
qmp: Call monitor_set_cur() only in qmp_dispatch()
Kevin Wolf
1
-1
/
+2
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
1
-1
/
+2
2020-10-09
monitor: Add Monitor parameter to monitor_get_cpu_index()
Kevin Wolf
1
-1
/
+1
2020-10-09
monitor: Add Monitor parameter to monitor_set_cpu()
Kevin Wolf
1
-1
/
+1
2020-10-09
spapr: add spapr_machine_using_legacy_numa() helper
Daniel Henrique Barboza
1
-0
/
+2
2020-10-09
spapr: Add a return value to spapr_check_pagesize()
Greg Kurz
1
-1
/
+1
2020-10-09
spapr: Add a return value to spapr_nvdimm_validate()
Greg Kurz
1
-1
/
+1
2020-10-09
spapr: Add a return value to spapr_set_vcpu_id()
Greg Kurz
1
-1
/
+1
2020-10-09
spapr: Add a return value to spapr_drc_attach()
Greg Kurz
1
-1
/
+1
2020-10-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201008-...
Peter Maydell
2
-1
/
+6
2020-10-08
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201008' into staging
Peter Maydell
2
-26
/
+32
2020-10-08
hw/arm/virt: Implement kvm-steal-time
Andrew Jones
1
-0
/
+5
[next]