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
/
timer
/
lm32_timer.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-02
hw/timer: QOM'ify m48txx_sysbus
xiaoqiang zhao
1
-19
/
+19
2017-06-02
hw/misc: QOM'ify slavio_misc.c
xiaoqiang zhao
1
-26
/
+17
2017-06-02
hw/dma: QOM'ify sun4m_iommu.c
xiaoqiang zhao
1
-7
/
+5
2017-06-02
hw/dma: QOM'ify sparc32_dma.c
xiaoqiang zhao
1
-10
/
+15
2017-06-02
hw/misc: QOM'ify eccmemctl.c
xiaoqiang zhao
1
-9
/
+16
2017-05-31
qapi: Reject alternates that can't work with keyval_parse()
Markus Armbruster
17
-23
/
+60
2017-05-31
tests/qapi-schema: Avoid 'str' in alternate test cases
Markus Armbruster
10
-64
/
+68
2017-05-31
qapi: Document visit_type_any() issues with keyval input
Markus Armbruster
1
-0
/
+4
2017-05-31
qobject-input-visitor: Reject non-finite numbers with keyval
Markus Armbruster
2
-1
/
+8
2017-05-31
migration: use dirty_rate_high_cnt more aggressively
Felipe Franciosi
1
-1
/
+1
2017-05-31
migration: set bytes_xfer_* outside of autoconverge logic
Felipe Franciosi
1
-2
/
+2
2017-05-31
migration: set dirty_pages_rate before autoconverge logic
Felipe Franciosi
1
-7
/
+10
2017-05-31
migration: keep bytes_xfer_prev init'd to zero
Felipe Franciosi
1
-4
/
+0
2017-05-31
migration: Create savevm.h for functions exported from savevm.c
Juan Quintela
6
-51
/
+69
2017-05-30
numa: Fix format string for "Invalid node" message
Eduardo Habkost
1
-2
/
+1
2017-05-30
numa-test: fix query-cpus leaks
Marc-André Lureau
1
-5
/
+9
2017-05-30
target/sh4: fix RTE instruction delay slot
Aurelien Jarno
2
-5
/
+16
2017-05-30
target/sh4: ignore interrupts in a delay slot
Aurelien Jarno
1
-2
/
+10
2017-05-30
target/sh4: introduce DELAY_SLOT_MASK
Aurelien Jarno
3
-12
/
+12
2017-05-30
target/sh4: fix reset when using a kernel and an initrd
Aurelien Jarno
1
-1
/
+9
2017-05-30
target/sh4: log unauthorized accesses using qemu_log_mask
Aurelien Jarno
1
-1
/
+1
2017-05-29
block/file-*: *_parse_filename() and colons
Max Reitz
4
-24
/
+43
2017-05-29
block: Fix backing paths for filenames with colons
Max Reitz
1
-5
/
+10
2017-05-29
block: Tweak error message related to qemu-img amend
Eric Blake
2
-2
/
+3
2017-05-29
qemu-img: Fix leakage of options on error
Fam Zheng
1
-0
/
+1
2017-05-29
qemu-img: copy *key-secret opts when opening newly created files
Daniel P. Berrange
1
-5
/
+37
2017-05-29
qemu-img: introduce --target-image-opts for 'convert' command
Daniel P. Berrange
3
-31
/
+69
2017-05-29
qemu-img: fix --image-opts usage with dd command
Daniel P. Berrange
1
-2
/
+7
2017-05-29
qemu-img: add support for --object with 'dd' command
Daniel P. Berrange
1
-0
/
+18
2017-05-29
qemu-img: Fix documentation of convert
Fam Zheng
1
-2
/
+2
2017-05-29
qcow2: remove extra local_error variable
Alberto Garcia
1
-3
/
+2
2017-05-29
mirror: Drop permissions on s->target on completion
Kevin Wolf
1
-1
/
+6
2017-05-29
ehci: fix frame timer invocation.
Gerd Hoffmann
1
-3
/
+10
2017-05-29
usb: don't wakeup during coldplug
Gerd Hoffmann
1
-0
/
+8
2017-05-29
usb-hub: set PORT_STAT_C_SUSPEND on host-initiated wake-up
Ladi Prosek
1
-1
/
+14
2017-05-29
xhci: add CONFIG_USB_XHCI_NEC option
Gerd Hoffmann
2
-1
/
+2
2017-05-29
xhci: split into multiple files
Gerd Hoffmann
4
-236
/
+292
2017-05-29
usb: Simplify the parameter parsing of the legacy usb serial device
Thomas Huth
1
-16
/
+5
2017-05-29
usb: Deprecate HMP commands usb_add and usb_del
Thomas Huth
2
-2
/
+10
2017-05-29
usb: Deprecate the legacy -usbdevice option
Thomas Huth
2
-4
/
+7
2017-05-29
ehci: fix overflow in frame timer code
Gerd Hoffmann
1
-1
/
+1
2017-05-29
linux-user: add strace support for uinfo structure of rt_sigqueueinfo() and r...
Miloš Stojanović
1
-2
/
+111
2017-05-29
linux-user: fix inconsistent spaces in print_siginfo() output
Miloš Stojanović
1
-6
/
+6
2017-05-29
linux-user: add rt_tgsigqueueinfo() strace
Miloš Stojanović
2
-1
/
+16
2017-05-29
linux-user: add support for rt_tgsigqueueinfo() system call
Miloš Stojanović
1
-0
/
+16
2017-05-29
linux-user: fix argument type declaration of rt_sigqueinfo() syscall
Miloš Stojanović
1
-1
/
+1
2017-05-29
linux-user: fix mismatch of lock/unlock_user() invocations in rt_sigqueinfo()...
Miloš Stojanović
1
-1
/
+1
2017-05-29
linux-user: fix ssetmask() system call
Miloš Stojanović
1
-9
/
+1
2017-05-29
linux-user: add tkill(), tgkill() and rt_sigqueueinfo() strace
Miloš Stojanović
2
-3
/
+44
2017-05-29
linux-user: add strace for getuid(), gettid(), getppid(), geteuid()
Miloš Stojanović
1
-4
/
+4
[next]