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
path:
root
/
hw
/
i386
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-01
i386/xen: handle PV timer hypercalls
Joao Martins
2
-0
/
+33
2023-03-01
hw/xen: Implement GNTTABOP_query_size
David Woodhouse
2
-0
/
+21
2023-03-01
i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
David Woodhouse
2
-0
/
+36
2023-03-01
hw/xen: Support mapping grant frames
David Woodhouse
3
-2
/
+75
2023-03-01
hw/xen: Add xen_gnttab device for grant table emulation
David Woodhouse
3
-0
/
+130
2023-03-01
hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
David Woodhouse
1
-14
/
+66
2023-03-01
hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
David Woodhouse
2
-0
/
+101
2023-03-01
i386/xen: add monitor commands to test event injection
Joao Martins
3
-0
/
+172
2023-03-01
hw/xen: Implement EVTCHNOP_reset
David Woodhouse
2
-0
/
+33
2023-03-01
hw/xen: Implement EVTCHNOP_bind_vcpu
David Woodhouse
2
-0
/
+42
2023-03-01
hw/xen: Implement EVTCHNOP_bind_interdomain
David Woodhouse
2
-0
/
+80
2023-03-01
hw/xen: Implement EVTCHNOP_alloc_unbound
David Woodhouse
2
-0
/
+34
2023-03-01
hw/xen: Implement EVTCHNOP_send
David Woodhouse
2
-0
/
+182
2023-03-01
hw/xen: Implement EVTCHNOP_bind_ipi
David Woodhouse
2
-0
/
+71
2023-03-01
hw/xen: Implement EVTCHNOP_bind_virq
David Woodhouse
2
-0
/
+87
2023-03-01
hw/xen: Implement EVTCHNOP_unmask
David Woodhouse
2
-0
/
+177
2023-03-01
hw/xen: Implement EVTCHNOP_close
David Woodhouse
2
-0
/
+125
2023-03-01
hw/xen: Implement EVTCHNOP_status
David Woodhouse
2
-0
/
+107
2023-03-01
hw/xen: Add xen_evtchn device for event channel emulation
David Woodhouse
3
-1
/
+177
2023-03-01
i386/xen: manage and save/restore Xen guest long_mode setting
David Woodhouse
2
-0
/
+66
2023-03-01
hw/xen: Add xen_overlay device for emulating shared xenheap pages
David Woodhouse
3
-0
/
+231
2023-02-27
hw: Move ioapic*.h to intc/
Bernhard Beschow
1
-2
/
+1
2023-01-13
hw/intc: Extract the IRQ counting functions into a separate file
Thomas Huth
2
-4
/
+4
2021-09-29
i386/kvm: Replace abs64() with uabs64() from host-utils
Luis Pires
1
-6
/
+1
2021-06-05
i386/kvm: The value passed to strerror should be positive
Dmitry Voronetskiy
5
-12
/
+12
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2
-2
/
+0
2021-05-02
hw: Do not include hw/irq.h if it is not necessary
Thomas Huth
1
-1
/
+0
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2
-2
/
+2
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
1
-0
/
+1
2020-12-16
i386: move kvm accel files into kvm/
Claudio Fontana
2
-2
/
+2
2020-12-10
target/i386: Support up to 32768 CPUs without IRQ remapping
David Woodhouse
1
-0
/
+7
2020-10-14
i386/kvm: Remove IRQ routing support checks
Eduardo Habkost
2
-20
/
+18
2020-09-30
target/i386: always create kvmclock device
Vitaly Kuznetsov
1
-2
/
+5
2020-09-29
qapi: Restrict LostTickPolicy enum to machine code
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
3
-10
/
+6
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
3
-8
/
+15
2020-09-01
hw/i386/kvm/ioapic.c: fix typo in error message
Kenta Ishiguro
1
-1
/
+1
2020-08-21
meson: convert hw/arch*
Marc-André Lureau
2
-5
/
+8
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
3
-3
/
+3
2019-12-17
hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()
Philippe Mathieu-Daudé
1
-12
/
+0
2019-12-17
x86: move more x86-generic functions out of PC files
Paolo Bonzini
1
-1
/
+1
2019-12-17
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
1
-0
/
+1
2019-12-17
i386: conditionally compile more files
Paolo Bonzini
1
-1
/
+5
2019-09-03
migration: Do not re-read the clock on pre_save in case of paused guest
Maxiwell S. Garcia
1
-4
/
+11
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2
-2
/
+2
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2
-0
/
+2
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2
-0
/
+2
[prev]
[next]