index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
core
/
qdev-properties-system.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-11
block/iscsi: cancel libiscsi task when ABORT TASK TMF completes
Stefan Hajnoczi
1
-2
/
+14
2019-01-11
block/iscsi: fix ioctl cancel use-after-free
Stefan Hajnoczi
1
-3
/
+18
2019-01-11
block/iscsi: take iscsilun->mutex in iscsi_timed_check_events()
Stefan Hajnoczi
1
-0
/
+4
2019-01-11
block/iscsi: drop unused IscsiAIOCB->buf field
Stefan Hajnoczi
1
-8
/
+0
2019-01-11
hax: Support for Linux hosts
Alexandro Sanchez Bach
4
-6
/
+6
2019-01-11
memory: update coalesced_range on transaction_commit
Paolo Bonzini
1
-4
/
+16
2019-01-11
memory: avoid unnecessary coalesced_io_del operations
Paolo Bonzini
1
-0
/
+11
2019-01-11
memory: extract flat_range_coalesced_io_{del,add}
Paolo Bonzini
1
-24
/
+29
2019-01-11
pam: wrap MemoryRegion initialization in a transaction
Paolo Bonzini
1
-0
/
+2
2019-01-11
checkpatch: colorize output to terminal
Paolo Bonzini
1
-7
/
+42
2019-01-11
checkpatch: improve handling of multiple patches or files
Paolo Bonzini
1
-7
/
+23
2019-01-11
checkpatch: check Signed-off-by in --mailback mode
Paolo Bonzini
1
-3
/
+4
2019-01-11
checkpatch: fix premature exit when no input or --mailback
Paolo Bonzini
1
-3
/
+3
2019-01-11
accel: Improve selection of the default accelerator
Thomas Huth
3
-5
/
+17
2019-01-10
linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0
Peter Maydell
1
-4
/
+18
2019-01-10
Add getsockopt for settable SOL_IPV6 options
Tom Deseyn
1
-0
/
+39
2019-01-10
spice: Remove unused include
Frediano Ziglio
1
-1
/
+0
2019-01-10
keymaps: drop support for include files
Gerd Hoffmann
1
-4
/
+3
2019-01-10
keymaps: remove common include
Gerd Hoffmann
4
-177
/
+352
2019-01-10
keymaps: drop nl-be map
Gerd Hoffmann
2
-4
/
+1
2019-01-10
keymaps: remove modifiers include
Gerd Hoffmann
3
-20
/
+19
2019-01-10
ui/console: Remove qemu_create_display_surface_guestmem()
Peter Maydell
2
-40
/
+0
2019-01-10
configure: bump spice-server required version to 0.12.5
Marc-André Lureau
5
-28
/
+2
2019-01-10
egl-headless: add egl_create_context
Gerd Hoffmann
1
-1
/
+9
2019-01-09
ioapic: use TYPE_FOO MACRO than constant string
Li Qiang
4
-4
/
+7
2019-01-09
trivial: Don't include isa.h if it is not really necessary
Thomas Huth
9
-9
/
+0
2019-01-09
hw/audio/marvell: Don't include unnecessary i2c.h header file
Thomas Huth
1
-1
/
+0
2019-01-09
qom: Include qemu/fprintf-fn.h in cpu.h
Priit Laes
1
-0
/
+1
2019-01-09
hw/core: fix whitespace in a sentence
Wainer dos Santos Moschetta
1
-1
/
+1
2019-01-09
typedefs: (Re-)sort entries alphabetically
Eric Blake
1
-5
/
+5
2019-01-09
docker: Use a stable snapshot for Debian Sid
Philippe Mathieu-Daudé
1
-0
/
+4
2019-01-09
block/nvme: optimize the performance of nvme driver based on vfio-pci
Li Feng
1
-10
/
+6
2019-01-09
spapr: enable XIVE MMIOs at reset
Cédric Le Goater
3
-0
/
+19
2019-01-09
spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS
Cédric Le Goater
4
-3
/
+198
2019-01-09
ppc/xics: allow ICSState to have an offset 0
Cédric Le Goater
1
-2
/
+1
2019-01-09
spapr: move the qemu_irq array under the machine
Cédric Le Goater
8
-11
/
+29
2019-01-09
pnv/psi: move the ICSState qemu_irq array under the PSI device model
Cédric Le Goater
2
-3
/
+5
2019-01-09
ppc: export the XICS and XIVE set_irq handlers
Cédric Le Goater
5
-3
/
+7
2019-01-09
spapr: return from post_load method when RTC import fails
Cédric Le Goater
1
-2
/
+7
2019-01-09
ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPU
Cédric Le Goater
7
-16
/
+17
2019-01-09
ppc/xive: introduce a XiveTCTX pointer under PowerPCCPU
Cédric Le Goater
4
-8
/
+15
2019-01-09
spapr: modify the prototype of the cpu_intc_create() method
Cédric Le Goater
6
-20
/
+47
2019-01-09
spapr/xive: simplify the sPAPR IRQ qirq method for XIVE
Cédric Le Goater
4
-22
/
+11
2019-01-09
spapr_pci: Define SPAPR_MAX_PHBS in hw/pci-host/spapr.h
Greg Kurz
2
-4
/
+4
2019-01-09
pci: allow cleanup/unregistration of PCI root buses
Michael Roth
2
-0
/
+36
2019-01-09
spapr: move spapr_create_phb() to core machine code
Greg Kurz
3
-14
/
+12
2019-01-09
MAINTAINERS: add qemu_vga.ndrv file entry for Mac machines
Mark Cave-Ayland
1
-0
/
+2
2019-01-09
MAINTAINERS: Add some missing ppc-related files
Thomas Huth
1
-2
/
+7
2019-01-09
target/ppc: replace AVR* macros with Vsr* macros
Mark Cave-Ayland
1
-17
/
+13
2019-01-09
target/ppc: move FP and VMX registers into aligned vsr register array
Mark Cave-Ayland
13
-82
/
+165
[next]