aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-12gitmodules: use 'https://' instead of 'git://'Stefan Hajnoczi1-17/+17
2018-11-12MAINTAINERS: use 'https://' instead of 'git://' for GitHubStefan Hajnoczi1-37/+37
2018-11-12get_maintainer: use 'https://' instead of 'git://'Stefan Hajnoczi1-1/+1
2018-11-12README: use 'https://' instead of 'git://'Stefan Hajnoczi2-4/+4
2018-11-12Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell8-55/+56
2018-11-10slirp: fork_exec(): create and connect child socket before fork()Peter Maydell1-21/+34
2018-11-10slirp: Remove code that handles socreate() failurePeter Maydell7-23/+2
2018-11-10slirp: Use g_new() to allocate sockets in socreate()Peter Maydell3-11/+9
2018-11-10slirp: Don't pass possibly -1 fd to send()Peter Maydell1-0/+11
2018-11-09Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell1-3/+3
2018-11-089p: write lock path in v9fs_co_open2()Greg Kurz1-3/+3
2018-11-08Merge remote-tracking branch 'remotes/riscv/tags/riscv-for-master-3.1-rc1' in...Peter Maydell1-3/+3
2018-11-08riscv: spike: Fix memory leak in the board initAlistair Francis1-3/+3
2018-11-08tcg/tcg-op.h: Add multiple include guardPeter Maydell1-0/+5
2018-11-08Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20181108' into...Peter Maydell26-458/+874
2018-11-08replay: Exit on errors reading from replay logPeter Maydell1-3/+13
2018-11-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell25-141/+308
2018-11-08ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HVSuraj Jitindar Singh5-1/+62
2018-11-08target/ppc: Add one reg id for ptcrSuraj Jitindar Singh1-5/+5
2018-11-08This patch fixes processing of rfi instructions in icount mode.Maria Klimushenkova1-0/+12
2018-11-08hw/ppc/ppc440_uc: Remove dead code in sdram_size()Peter Maydell1-5/+1
2018-11-08MAINTAINERS: PPC: Remove myselfAlexander Graf1-16/+14
2018-11-08ppc/pnv: check size before data buffer accessPrasad J Pandit1-1/+7
2018-11-08target/ppc: fix mtmsr instruction for icountPavel Dovgalyuk1-0/+12
2018-11-08hw/ppc/mac_newworld: Free openpic_irqs array after usePeter Maydell1-0/+1
2018-11-08macio/pmu: Fix missing vmsd terminatorDr. David Alan Gilbert1-0/+1
2018-11-08spapr_pci: convert g_malloc() to g_new()Greg Kurz1-1/+1
2018-11-08target/ppc: Split out float_invalid_cvtRichard Henderson1-39/+28
2018-11-08target/ppc: Split out float_invalid_op_divRichard Henderson1-28/+24
2018-11-08target/ppc: Split out float_invalid_op_mulRichard Henderson1-23/+20
2018-11-08target/ppc: Split out float_invalid_op_addsubRichard Henderson1-34/+26
2018-11-08target/ppc: Introduce fp number classificationRichard Henderson1-43/+51
2018-11-08target/ppc: Remove float_check_statusRichard Henderson1-42/+35
2018-11-08target/ppc: Split up float_invalid_op_excpRichard Henderson1-163/+181
2018-11-08hw/ppc/spapr_rng: Introduce CONFIG_SPAPR_RNG switch for spapr_rng.cThomas Huth5-26/+26
2018-11-08PPC: e500: convert SysBus init method to a realize methodCédric Le Goater1-8/+6
2018-11-08ppc4xx_pci: convert SysBus init method to a realize methodCédric Le Goater1-8/+6
2018-11-08ppc440_pcix: convert SysBus init method to a realize methodCédric Le Goater1-8/+6
2018-11-08target/ppc: add external PID supportRoman Kapl8-45/+387
2018-11-06util/qemu-thread-posix: Fix qemu_thread_atexit* for OSXPeter Maydell1-24/+20
2018-11-06include/qemu/thread.h: Document qemu_thread_atexit* APIPeter Maydell1-0/+22
2018-11-06scsi-generic: do not do VPD emulation for sense other than ILLEGAL_REQUESTPaolo Bonzini1-3/+5
2018-11-06scsi-generic: avoid invalid access to struct when emulating block limitsPaolo Bonzini6-84/+104
2018-11-06scsi-generic: avoid out-of-bounds access to VPD page listPaolo Bonzini1-1/+1
2018-11-06scsi-generic: keep VPD page list sortedPaolo Bonzini1-4/+15
2018-11-06lsi53c895a: check message length value is validPrasad J Pandit1-2/+17
2018-11-06scripts/dump-guest-memory: Synchronize with guest_phys_blocks_region_addPaolo Bonzini1-1/+3
2018-11-06memory-mapping: skip non-volatile memory regions in GuestPhysBlockListMarc-André Lureau1-1/+2
2018-11-06nvdimm: set non-volatile on the memory regionMarc-André Lureau1-0/+1
2018-11-06memory: learn about non-volatile memory regionMarc-André Lureau3-10/+61