index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-08
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20170908' int...
Peter Maydell
4
-0
/
+70
2017-09-08
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2
-1
/
+6
2017-09-08
qemu-iothread: IOThread supports the GMainContext event loop
Wang Yong
1
-0
/
+4
2017-09-08
net/net: Convert parse_host_port() to Error
Mao Zhongyi
1
-1
/
+2
2017-09-08
PPC: KVM: Support machine option to set VSMT mode
Sam Bobroff
1
-0
/
+1
2017-09-08
ppc4xx_i2c: QOMify
BALATON Zoltan
1
-0
/
+61
2017-09-08
ppc4xx: Make MAL emulation more generic
BALATON Zoltan
1
-1
/
+2
2017-09-08
ppc4xx: Move MAL from ppc405_uc to ppc4xx_devs
BALATON Zoltan
1
-0
/
+2
2017-09-08
ppc: spapr: Make VCPU ID handling private to SPAPR
Sam Bobroff
1
-0
/
+3
2017-09-08
hw/ppc: CAS reset on early device hotplug
Daniel Henrique Barboza
1
-0
/
+1
2017-09-08
hw/ppc: clear pending_events on machine reset
Daniel Henrique Barboza
1
-0
/
+1
2017-09-07
tcg/s390: Use constant pool for movi
Richard Henderson
1
-1
/
+2
2017-09-07
tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h
Richard Henderson
1
-92
/
+3
2017-09-07
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-09-06' into st...
Peter Maydell
2
-2
/
+53
2017-09-07
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170907'...
Peter Maydell
3
-1
/
+18
2017-09-07
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170906a'...
Peter Maydell
1
-14
/
+22
2017-09-07
Merge remote-tracking branch 'remotes/rth/tags/pull-tgt-20170906' into staging
Peter Maydell
2
-29
/
+144
2017-09-07
boards.h: Define new flag ignore_memory_transaction_failures
Peter Maydell
2
-1
/
+17
2017-09-07
nvic: Add NS alias SCS region
Peter Maydell
1
-0
/
+1
2017-09-07
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
6
-46
/
+115
2017-09-06
nbd: Use new qio_channel_*_all() functions
Eric Blake
1
-2
/
+0
2017-09-06
io: Add new qio_channel_read{, v}_all_eof functions
Eric Blake
1
-0
/
+53
2017-09-06
tcg: Add generic translation framework
Lluís Vilanova
1
-0
/
+104
2017-09-06
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova
2
-30
/
+40
2017-09-06
tcg: Add generic DISAS_NORETURN
Richard Henderson
1
-0
/
+1
2017-09-06
host-utils: Simplify pow2ceil()
Markus Armbruster
1
-9
/
+14
2017-09-06
host-utils: Proactively fix pow2floor(), switch to unsigned
Markus Armbruster
1
-5
/
+8
2017-09-06
block: add throttle block filter driver
Manos Pitsidianakis
2
-0
/
+6
2017-09-05
tests: Use real size for iov tests
Juan Quintela
1
-6
/
+0
2017-09-05
block: convert ThrottleGroup to object with QOM
Manos Pitsidianakis
3
-19
/
+46
2017-09-05
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-0
/
+31
2017-09-05
block: add aio_context field in ThrottleGroupMember
Manos Pitsidianakis
1
-1
/
+6
2017-09-05
block: move ThrottleGroup membership to ThrottleGroupMember
Manos Pitsidianakis
2
-24
/
+35
2017-09-05
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-20170905-2' into...
Peter Maydell
2
-11
/
+93
2017-09-05
io: add new qio_channel_{readv, writev, read, write}_all functions
Daniel P. Berrange
1
-0
/
+90
2017-09-05
io: fix typo in docs comment for qio_channel_read
Daniel P. Berrange
1
-1
/
+1
2017-09-05
util: remove the obsolete non-blocking connect
Cao jin
1
-10
/
+2
2017-09-05
block: document semantics of bdrv_co_preadv|pwritev
Daniel P. Berrange
1
-0
/
+31
2017-09-05
block: document semantics of bdrv_co_preadv|pwritev
Daniel P. Berrange
1
-0
/
+31
2017-09-04
block: add default implementations for bdrv_co_get_block_status()
Manos Pitsidianakis
1
-0
/
+18
2017-09-04
block: remove unused bdrv_media_changed
Manos Pitsidianakis
2
-2
/
+0
2017-09-04
block: pass bdrv_* methods to bs->file by default in block filters
Manos Pitsidianakis
1
-1
/
+5
2017-09-04
cpu: Define new cpu_transaction_failed() hook
Peter Maydell
1
-0
/
+22
2017-09-04
memory.h: Move MemTxResult type to memattrs.h
Peter Maydell
2
-10
/
+10
2017-09-04
watchdog: wdt_aspeed: Add support for the reset width register
Andrew Jeffery
1
-0
/
+2
2017-09-04
loader: Ignore zero-sized ELF segments
Peter Maydell
1
-7
/
+17
2017-09-04
loader: Handle ELF files with overlapping zero-initialized data
Peter Maydell
1
-0
/
+48
2017-09-04
armv7m_nvic.h: Move from include/hw/arm to include/hw/intc
Peter Maydell
2
-1
/
+1
2017-09-04
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in...
Peter Maydell
8
-9
/
+92
2017-09-04
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
4
-6
/
+11
[next]