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
2019-10-07
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191004' into...
Peter Maydell
11
-52
/
+116
2019-10-04
target/i386: expand feature words to 64 bits
Paolo Bonzini
1
-1
/
+1
2019-10-04
memory: allow memory_region_register_iommu_notifier() to fail
Eric Auger
1
-5
/
+16
2019-10-04
vfio: Turn the container error into an Error handle
Eric Auger
1
-1
/
+1
2019-10-04
spapr: Eliminate SpaprIrq::init hook
David Gibson
1
-1
/
+0
2019-10-04
spapr: Use less cryptic representation of which irq backends are supported
David Gibson
1
-1
/
+2
2019-10-04
xive: Improve irq claim/free path
David Gibson
2
-3
/
+3
2019-10-04
spapr: Handle freeing of multiple irqs in frontend only
David Gibson
1
-1
/
+1
2019-10-04
spapr: Eliminate SpaprIrq:get_nodename method
David Gibson
2
-3
/
+0
2019-10-04
spapr: Simplify spapr_qirq() handling
David Gibson
1
-1
/
+0
2019-10-04
spapr: Eliminate nr_irqs parameter to SpaprIrq::init
David Gibson
1
-1
/
+1
2019-10-04
spapr: Clarify and fix handling of nr_irqs
David Gibson
1
-7
/
+12
2019-10-04
spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helper
David Gibson
1
-2
/
+3
2019-10-04
spapr: Fold spapr_phb_lsi_qirq() into its single caller
David Gibson
1
-7
/
+0
2019-10-04
xics: Create sPAPR specific ICS subtype
David Gibson
1
-1
/
+3
2019-10-04
xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes
David Gibson
1
-10
/
+6
2019-10-04
xics: Eliminate reset hook
David Gibson
1
-1
/
+0
2019-10-04
xics: Rename misleading ics_simple_*() functions
David Gibson
1
-3
/
+3
2019-10-04
xics: Eliminate 'reject', 'resend' and 'eoi' class hooks
David Gibson
1
-4
/
+0
2019-10-04
xics: Minor fixes for XICSFabric interface
David Gibson
1
-5
/
+1
2019-10-04
spapr: Stop providing RTAS blob
Alexey Kardashevskiy
1
-2
/
+0
2019-10-04
spapr: Simplify handling of pre ISA 3.0 guest workaround handling
David Gibson
1
-1
/
+1
2019-10-04
spapr/irq: Introduce an ics_irq_free() helper
Cédric Le Goater
1
-0
/
+5
2019-10-04
hw/ppc/pnv_homer: add PowerNV homer device model
Balamuruhan S
2
-0
/
+56
2019-10-04
hw/ppc/pnv_occ: add sram device model for occ common area
Balamuruhan S
1
-0
/
+3
2019-10-04
hw/ppc/pnv_xscom: retrieve homer/occ base address from PBA BARs
Balamuruhan S
1
-0
/
+18
2019-09-30
kvm: split too big memory section on several memslots
Igor Mammedov
1
-0
/
+1
2019-09-27
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190925' into staging
Peter Maydell
6
-82
/
+43
2019-09-26
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+13
2019-09-26
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190925a'...
Peter Maydell
1
-6
/
+0
2019-09-26
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-09-24-v2' into...
Peter Maydell
1
-0
/
+1
2019-09-25
cputlb: Remove cpu->mem_io_vaddr
Richard Henderson
1
-2
/
+0
2019-09-25
cputlb: Merge and move memory_notdirty_write_{prepare,complete}
Richard Henderson
1
-65
/
+0
2019-09-25
cputlb: Partially inline memory_region_section_get_iotlb
Richard Henderson
1
-5
/
+1
2019-09-25
cputlb: Move NOTDIRTY handling from I/O path to TLB path
Richard Henderson
1
-2
/
+0
2019-09-25
cputlb: Move ROM handling from I/O path to TLB path
Richard Henderson
2
-2
/
+4
2019-09-25
cputlb: Introduce TLB_BSWAP
Richard Henderson
1
-1
/
+3
2019-09-25
qemu/compiler.h: Add qemu_build_not_reached
Richard Henderson
1
-0
/
+15
2019-09-25
cputlb: Disable __always_inline__ without optimization
Richard Henderson
1
-0
/
+11
2019-09-25
exec: Use TARGET_PAGE_BITS_MIN for TLB flags
Richard Henderson
1
-6
/
+10
2019-09-25
migration/postcopy: unsentmap is not necessary for postcopy
Wei Yang
1
-6
/
+0
2019-09-25
memory: Provide an equality function for MemoryRegionSections
Dr. David Alan Gilbert
1
-0
/
+12
2019-09-25
memory: Align MemoryRegionSections fields
Dr. David Alan Gilbert
1
-1
/
+1
2019-09-25
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-09-24' into ...
Peter Maydell
1
-4
/
+4
2019-09-24
nbd: Grab aio context lock in more places
Eric Blake
1
-0
/
+1
2019-09-24
xen: perform XenDevice clean-up in XenBus watch handler
Paul Durrant
1
-0
/
+3
2019-09-24
xen: introduce separate XenWatchList for XenDevice objects
Paul Durrant
1
-0
/
+2
2019-09-24
xen / notify: introduce a new XenWatchList abstraction
Paul Durrant
2
-1
/
+4
2019-09-24
qapi: Make visit_next_list()'s comment less confusing
Markus Armbruster
1
-4
/
+4
2019-09-23
Merge remote-tracking branch 'remotes/cminyard/tags/ipmi-for-release-2019-09-...
Peter Maydell
8
-2
/
+184
[next]