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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-13
error: Implement the warn and free Error functions
Alistair Francis
3
-0
/
+32
2017-07-13
char-socket: Report TCP socket waiting as information
Alistair Francis
1
-2
/
+2
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
36
-122
/
+121
2017-07-13
error: Functions to report warnings and informational messages
Alistair Francis
3
-6
/
+109
2017-07-13
util/qemu-error: Rename error_print_loc() to be more generic
Alistair Francis
1
-2
/
+2
2017-07-13
websock: Don't try to set *errp directly
Eduardo Habkost
1
-2
/
+2
2017-07-13
block: Don't try to set *errp directly
Eduardo Habkost
1
-5
/
+3
2017-07-13
xilinx: Fix latent error handling bug
Eduardo Habkost
2
-6
/
+2
2017-07-11
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
3
-4
/
+7
2017-07-11
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170711' int...
Peter Maydell
11
-122
/
+145
2017-07-11
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170710.0' ...
Peter Maydell
4
-4
/
+23
2017-07-11
build: disable Xen on ARM
Paolo Bonzini
1
-3
/
+3
2017-07-11
backends: remove empty trace-events file
Daniel P. Berrange
2
-1
/
+0
2017-07-11
trace: Fix early setting of events with the "vcpu" property
Lluís Vilanova
1
-3
/
+7
2017-07-11
spapr: populate device tree depending on XIVE_EXPLOIT option
Cédric Le Goater
1
-4
/
+6
2017-07-11
spapr: introduce the XIVE_EXPLOIT option in CAS
Cédric Le Goater
2
-6
/
+8
2017-07-11
ppc/kvm: have the "family" CPU alias to point to TYPE_HOST_POWERPC_CPU
Greg Kurz
1
-1
/
+4
2017-07-11
spapr: Only report host/guest IOMMU page size mismatches on KVM
David Gibson
1
-1
/
+2
2017-07-11
spapr: fix memory hotplug error path
Greg Kurz
1
-4
/
+22
2017-07-11
target/ppc: Add debug function for radix mmu translation
Suraj Jitindar Singh
3
-1
/
+48
2017-07-11
target/ppc: Refactor tcg radix mmu code
Suraj Jitindar Singh
1
-14
/
+8
2017-07-11
spapr: Use unplug_request for PCI hot unplug
David Gibson
1
-6
/
+7
2017-07-11
spapr: Remove unnecessary differences between hotplug and coldplug paths
David Gibson
4
-16
/
+7
2017-07-11
spapr: Add DRC release method
David Gibson
2
-16
/
+7
2017-07-11
spapr: Uniform DRC reset paths
David Gibson
2
-30
/
+7
2017-07-11
spapr: Leave DR-indicator management to the guest
David Gibson
1
-4
/
+2
2017-07-11
target-ppc: SPR_BOOKE_ESR not set on FP exceptions
Aaron Larson
1
-0
/
+1
2017-07-11
spapr: fix migration to pseries machine < 2.8
Laurent Vivier
1
-14
/
+14
2017-07-11
spapr: fix bogus function name in comment
Greg Kurz
1
-1
/
+1
2017-07-11
spapr: refresh "platform-specific" hcalls comment
Greg Kurz
1
-3
/
+2
2017-07-11
spapr: make spapr_populate_hotplug_cpu_dt() static
Greg Kurz
2
-4
/
+2
2017-07-10
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170710a'...
Peter Maydell
13
-77
/
+138
2017-07-10
migration: Make compression_threads use save/load_setup/cleanup()
Juan Quintela
3
-14
/
+8
2017-07-10
migration: Convert ram to use new load_setup()/load_cleanup()
Juan Quintela
3
-17
/
+36
2017-07-10
migration: Create load_setup()/cleanup() methods
Juan Quintela
4
-1
/
+49
2017-07-10
migration: Rename cleanup() to save_cleanup()
Juan Quintela
5
-7
/
+7
2017-07-10
migration: Rename save_live_setup() to save_setup()
Juan Quintela
9
-14
/
+14
2017-07-10
doc: update TYPE_MIGRATION documents
Peter Xu
1
-6
/
+6
2017-07-10
doc: add item for "-M enforce-config-section"
Peter Xu
1
-0
/
+6
2017-07-10
vl: move global property, migrate init earlier
Peter Xu
1
-12
/
+12
2017-07-10
migration: fix handling for --only-migratable
Peter Xu
3
-7
/
+1
2017-07-10
vfio/pci: Fixup v0 PCIe capabilities
Alex Williamson
1
-0
/
+12
2017-07-10
vfio: Test realized when using VFIOGroup.device_list iterator
Alex Williamson
4
-4
/
+11
2017-07-10
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-10-v2' into...
Peter Maydell
7
-260
/
+323
2017-07-10
nbd: use generic trace subsystem instead of TRACE macro
Vladimir Sementsov-Ogievskiy
5
-95
/
+120
2017-07-10
nbd: refactor tracing
Vladimir Sementsov-Ogievskiy
2
-24
/
+9
2017-07-10
nbd/server: rename clientflags var in nbd_negotiate_options
Vladimir Sementsov-Ogievskiy
1
-19
/
+19
2017-07-10
nbd/server: fix TRACE in nbd_negotiate_send_rep_len
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2017-07-10
nbd/client: refactor TRACE of NBD_MAGIC
Vladimir Sementsov-Ogievskiy
1
-9
/
+2
2017-07-10
nbd/common: nbd_tls_handshake: remove extra TRACE
Vladimir Sementsov-Ogievskiy
1
-3
/
+1
[next]