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-11-07
hw/xen: add support for Xen primary console in emulated mode
David Woodhouse
7
-1
/
+243
2023-11-07
hw/xen: populate store frontend nodes with XenStore PFN/port
David Woodhouse
1
-0
/
+11
2023-11-07
include: update Xen public headers to Xen 4.17.2 release
David Woodhouse
1
-1
/
+1
2023-11-07
hw/xen: Clean up event channel 'type_val' handling to use union
David Woodhouse
1
-81
/
+70
2023-11-06
hw/xen: take iothread mutex in xen_evtchn_reset_op()
David Woodhouse
1
-0
/
+1
2023-11-06
hw/xen: fix XenStore watch delivery to guest
David Woodhouse
1
-3
/
+5
2023-11-06
hw/xen: don't clear map_track[] in xen_gnttab_reset()
David Woodhouse
1
-2
/
+0
2023-11-06
hw/xen: select kernel mode for per-vCPU event channel upcall vector
David Woodhouse
1
-0
/
+6
2023-10-25
kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2
Paolo Bonzini
1
-26
/
+12
2023-10-25
kvm: i386: require KVM_CAP_ADJUST_CLOCK
Paolo Bonzini
1
-4
/
+0
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
1
-1
/
+1
2023-09-20
i386: spelling fixes
Michael Tokarev
2
-2
/
+2
2023-09-07
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2
-0
/
+2
2023-09-07
sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targets
Philippe Mathieu-Daudé
1
-0
/
+1
2023-09-07
sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targets
Philippe Mathieu-Daudé
1
-0
/
+1
2023-08-31
hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'
Philippe Mathieu-Daudé
2
-1
/
+19
2023-08-31
hw/i386: Remove unuseful kvmclock_create() stub
Philippe Mathieu-Daudé
1
-1
/
+3
2023-08-02
Merge tag 'misc-fixes-20230801' of https://github.com/philmd/qemu into staging
Richard Henderson
1
-4
/
+11
2023-08-01
hw/xen: prevent guest from binding loopback event channel to itself
David Woodhouse
1
-2
/
+9
2023-08-01
hw/xen: fix off-by-one in xen_evtchn_set_gsi()
David Woodhouse
1
-2
/
+2
2023-08-01
hw/xen: Clarify (lack of) error handling in transaction_commit()
David Woodhouse
1
-1
/
+11
2023-06-20
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-07
hw/xen: Fix broken check for invalid state in xs_be_open()
David Woodhouse
1
-1
/
+1
2023-06-07
hw/xen: Simplify emulated Xen platform init
David Woodhouse
2
-22
/
+21
2023-06-05
hw/timer/i8254_common: Share "iobase" property via base class
Bernhard Beschow
1
-1
/
+0
2023-05-30
aio: remove aio_disable_external() API
Stefan Hajnoczi
1
-1
/
+1
2023-05-30
hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstore
Stefan Hajnoczi
1
-1
/
+1
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
2
-0
/
+2
2023-03-07
hw/xen: Implement soft reset for emulated gnttab
David Woodhouse
2
-2
/
+25
2023-03-07
hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore
David Woodhouse
1
-0
/
+16
2023-03-07
hw/xen: Add emulated implementation of XenStore operations
David Woodhouse
1
-4
/
+269
2023-03-07
hw/xen: Add emulated implementation of grant table operations
David Woodhouse
1
-3
/
+296
2023-03-07
hw/xen: Hook up emulated implementation for event channel operations
David Woodhouse
1
-0
/
+15
2023-03-07
hw/xen: Add xenstore operations to allow redirection to internal emulation
Paul Durrant
2
-10
/
+1
2023-03-07
hw/xen: Create initial XenStore nodes
Paul Durrant
1
-0
/
+70
2023-03-07
hw/xen: Implement core serialize/deserialize methods for xenstore_impl
David Woodhouse
3
-6
/
+599
2023-03-07
hw/xen: Implement XenStore permissions
Paul Durrant
3
-20
/
+249
2023-03-07
hw/xen: Watches on XenStore transactions
David Woodhouse
1
-1
/
+150
2023-03-07
hw/xen: Implement XenStore transactions
David Woodhouse
1
-6
/
+144
2023-03-07
hw/xen: Implement XenStore watches
David Woodhouse
1
-15
/
+238
2023-03-07
hw/xen: Add basic XenStore tree walk and write/read/directory support
David Woodhouse
1
-7
/
+520
2023-03-07
hw/xen: Add xenstore wire implementation and implementation stubs
David Woodhouse
5
-8
/
+1054
2023-03-01
kvm/i386: Add xen-evtchn-max-pirq property
David Woodhouse
1
-10
/
+11
2023-03-01
hw/xen: Support MSI mapping to PIRQ
David Woodhouse
4
-7
/
+280
2023-03-01
hw/xen: Support GSI mapping to PIRQ
David Woodhouse
2
-1
/
+59
2023-03-01
hw/xen: Implement emulated PIRQ hypercall support
David Woodhouse
4
-5
/
+308
2023-03-01
i386/xen: Implement HYPERVISOR_physdev_op
David Woodhouse
2
-0
/
+36
2023-03-01
hw/xen: Add basic ring handling to xenstore
David Woodhouse
1
-3
/
+251
2023-03-01
hw/xen: Add xen_xenstore device for xenstore emulation
David Woodhouse
4
-0
/
+274
2023-03-01
hw/xen: Add backend implementation of interdomain event channel support
David Woodhouse
2
-7
/
+352
[next]