Activity

From 07/05/2009 to 08/03/2009

08/03/2009

07:33 pm Revision a16aae0c: linux-user: make FUTEX_* calls honor timeout parameter
Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: malc <av1474@comtv.ru>
Nathan Froyd
07:33 pm Revision 174c80d5: target-ppc: add cpu_set_tls
Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: malc <av1474@comtv.ru>
Nathan Froyd
07:33 pm Revision 18b21a2f: target-ppc: retain l{w,d}arx loaded value
We do this so we can check on the corresponding stc{w,d}x. whether the
value has changed. It's a poor man's form of ...
Nathan Froyd
07:33 pm Revision d6630708: enable NPTL for ppc-linux-user targets in configure
Enabling support for ppc64-linux-user should be easy enough to do later.
Signed-off-by: Nathan Froyd <froydnj@codeso...
Nathan Froyd
07:33 pm Revision 56f066bb: linux-user: handle POWERPC_EXCP_STCX
We handle conditional stores as an exception so we can ensure that no
other thread is changing memory out from undern...
Nathan Froyd
07:33 pm Revision 4425265b: target-ppc: add exceptions for conditional stores
Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: malc <av1474@comtv.ru>
Nathan Froyd
07:33 pm Revision d11f69b2: target-ppc: fix cpu_clone_regs
We only need to make sure that the clone syscall looks like it
succeeded, not clobber 60% of the register set.
Signe...
Nathan Froyd

08/01/2009

01:29 pm Revision 28e738dc: Fix Sparse warning about missing prototype
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
01:13 pm Revision df3cee1a: Fix Sparse warning about "expression using sizeof on a function"
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
01:13 pm Revision 23534222: Add missing "static"
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
01:13 pm Revision 7cba04f6: More NULL pointer fixes
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
12:16 am Revision 660f11be: Fix Sparse warnings: "Using plain integer as NULL pointer"
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl

07/31/2009

11:23 pm Revision 2e29bd04: PPC: convert Uni-north to qdev: also fixes Mac99 machine crash
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
11:23 pm Revision 426f17bb: PPC: convert Grackle to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
03:19 pm Revision ffe47d33: Save/restore ARMv6 MMU state
Correctly save/restore ARMV6 MMU state.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook
03:19 pm Revision c05ac895: Option rom makefile fixes
Fix toplevel option rom makefile rules.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook
10:26 am Revision 2814df28: esp: fix interrupt register read
Read of interrupt register should clear it and also sequence step and status.
Signed-off-by: Blue Swirl <blauwirbel@...
Blue Swirl
09:48 am Revision 14ed7adc: sparc64 flush pending conditional evaluations before exposing cpu state
If translation block is interrupted by e.g. mmu exception
we need to compute conditional flags for inclusion into
sav...
Igor Kovalenko
09:10 am Revision bfdb3629: Fix SDL zooming with pl110 (cf. d3ffcafe25b5966b351ea6100160c2156688f22f)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl

07/30/2009

05:50 pm Revision b1332393: e1000.c doesn't properly emulate EERD and ICS registers
Once again, the emulation of the EERD and ICS registers in e1000.c is
incorrect. Nobody has noticed this before becau...
Bill Paul
05:50 pm Revision 85c2c735: Remove the virtio-{blk, console}-pci-0-10 device types
These are now unused.
However, perhaps the idea is that when we add -device, they will be
useful? In that case, we s...
Mark McLoughlin
05:50 pm Revision 3e28c9ad: vnc: fix copyrect screen corruption
When sending a copyrect command to the vnc client, we must also update
the local server surface. Otherwise the serve...
Gerd Hoffmann
05:50 pm Revision 213189ab: Fix VM state change handlers running out of order
When a VM state change handler changes VM state, other VM state change
handlers can see the state transitions out of ...
Markus Armbruster
05:50 pm Revision 1b524b04: qdev: factor out qdev_print_devinfo.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Gerd Hoffmann
05:50 pm Revision 21c9f4cd: qemu-option: fix parse_option_number().
It works much better when parse_option_number actually
returns the number parsed ...
Common breakage resulting from ...
Gerd Hoffmann
05:50 pm Revision a414c306: qdev: convert all vga devices.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Gerd Hoffmann
05:50 pm Revision 9316d30f: qdev/core: add monitor command to list all drivers
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Gerd Hoffmann
05:50 pm Revision d399f677: fix migration to obey -S
Since migration returns right away, starting the VM right
after calling qemu_start_incoming_migration is wrong even
i...
Paolo Bonzini
05:50 pm Revision caea79a9: Remove the pc-0-10 machine type
We have the pc-0.10 machine type now which does exactly the same
thing.
Signed-off-by: Mark McLoughlin <markmc@redha...
Mark McLoughlin
01:45 pm Revision 86635821: alsa: add host suspend/resume support
Both input and output streams may be in SND_PCM_STATE_SUSPENDED
after the host is suspended and resumed, meaning "Har...
Bjørn Mork

07/28/2009

11:48 pm Revision 4c955388: Define ENOTSUP anywhere it isn't defined
I confused ENOTSUP with ENOTSUPP. Juan's original patch was correct.
Signed-off-by: Anthony Liguori <aliguori@us.ib...
Anthony Liguori

07/27/2009

11:26 pm Revision 6e489f3f: Revert "Fake dirty loggin when it's not there"
This reverts commit bd8367761236cd5c435598aeb2f1b8240c09b059.
PPC should just implement dirty logging so we can avoi...
Anthony Liguori
10:59 pm Revision 925ce05f: Fix out of tree build broken by 791e08c753a9f9be3c3880b4ea83b6dfa4b6ccad
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
10:55 pm Revision 73bcc2ac: Fix typo WIN32 -> _WIN32
This was spotted by Juan Quintela
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori
10:10 pm Revision fa282484: generate LDFLAGS for *-linux-user and *-bsd-user in a single place in configure
Remove lots of duplicate code in the process
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Antho...
Juan Quintela
10:10 pm Revision 4bf6b55b: set SEARCH_PATH for the linker script from output of ld --verbose -v
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:10 pm Revision 75b5a697: rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH
Once there fix a place where it was misspelled
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Ant...
Juan Quintela
10:10 pm Revision 2f7bb878: rename USE_NPTL to CONFIG_USE_NPTL
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:10 pm Revision 2358a494: Generate config-host.h from config-host.mak
Generate CONFIG_AUDIO_DRIVERS. Order is important here, because the
first driver in the list is the one used by defa...
Juan Quintela
10:10 pm Revision 70071e17: move cc-option definition to rules.mak
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:10 pm Revision 791e08c7: Use quiet-command for building optionrom
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:10 pm Revision 3c87f43b: use cc-option for optionrom
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:10 pm Revision fd9b9060: multiboot.bin is a generated file
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:10 pm Revision 161294d8: Don't build option roms on Mac OS X
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:10 pm Revision 4318e1a6: our build system don't support mips little endian linux-user or bsd-user
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:10 pm Revision 2880bc32: define ENOTSUP the same that the other errors
aliguori: ENOTSUP is not 4096 universally, only on OpenBSD
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed...
Juan Quintela
10:09 pm Revision eb82284f: simplify brlapi selection
Use same style that everythnig else
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguor...
Juan Quintela
10:09 pm Revision 4baae0ac: simplify vde libs selection
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision b41af4ba: simplify fdt libs selection
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 5647eb74: test if xen is enabled only once
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision a68551bc: the else part of this test is obsolete We are testing for sdl = yes inside the...
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision d3d9738f: sdl_config value was always sdl-config
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 8ad3a7dd: Calculate sdl_libs and sdl_flags and use them everywhere
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 681306df: instead of setup sdl_x11 just add -lX11 to sdl_libs
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision aae3481d: target_softmmu is undefined at that point
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 1ac88f28: remove sdl_static. Just do the right thing if static is yes
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision ac119f9d: indent with 2 spaces sdl tests
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision b2266bee: Define and use xen libs in a single place
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision e0b7a42b: simplify curses library selection
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 9788c9ca: rename HAVE_GPROF to TARGET_GPROF
Use was not consistent, in Makefile was TARGET_GPROF and in *h HAVE_GPROF
Signed-off-by: Juan Quintela <quintela@red...
Juan Quintela
10:09 pm Revision 936dfb80: rename HAVE_BYTESWAP_H to CONFIG_BYTESWAP_H
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 092c73ee: rename DEBUG_TCG to CONFIG_DEBUG_TCG
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision f0667e66: rename DEBUG_EXEC to CONFIG_DEBUG_EXEC
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision e2542fe2: rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 35f4df27: Add CONFIG_POSIX
We need a way to define posix-like (a.k.a. no win32)
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-b...
Juan Quintela
10:09 pm Revision eeb6d45b: Use CONFIG_POSIX to simplify Makefile
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision cfde872b: fix indententation
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 43da3c08: O_LARGEFILE is already set in qemu-common.h
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 71e72a19: rename HOST_BSD to CONFIG_BSD
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 0e74e66b: define MAP_ANONYMOUS if it is not defined in qemu-common.h
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 2341f9a1: rename HAVE_PREADV to CONFIG_PREADV
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 6114fdb0: rename HAVE_IOVEC to CONFIG_IOVEC
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 56ffaf25: rename HAVE_FNMATCH_H to CONFIG_FNMATCH
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 5735147e: rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_H
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision f36fc7a1: more specific config.mak can overwrote more general config.mak
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 67c0f08d: Add -static in configure if needed
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 3f0855b1: Rename HAVE_FDT to CONFIG_FDT and define it also in Makefile
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 84f15818: Refactor code to remove one #ifdef CONFIG_FDT
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 804edf29: move printing of config-host.mak variables to end of generation
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision a900c002: use same algorithm for testing and
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 60ddf533: remove CONFIG_ from VNC_SASL_{LIBS, FLAGS}
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision ef7635ec: remove CONFIG_ from BLUEZ_{LIBS,FLAGS}
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 7aac6cb1: make fmod also use FMOD_{LIBS,CFLAGS}
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 6881964c: make oss use OSS_LIBS
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision dfe5fff3: change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision b274051d: Remove SP_CFLAGS and SP_LDFLAGS
SP_CFLAGS and SP_LDFLAGS are only used as initial values for ARCH_CFLAGS/ARCH_LDFLAGS. Call it directly ARCH_*. Onc... Juan Quintela
10:09 pm Revision a6290cfd: target_arch2 is redefined unconditionally later
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 525061bf: remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
10:09 pm Revision 97df1ee5: slirp: Remove UDP protocol emulation (talk, cuseeme)
The UDP emulation code for talk has been commented out since the
beginning of time, and unless someone who runs CU-Se...
Ed Swierk
10:09 pm Revision aaf10d9d: slirp: Use monotonic clock if available (v2)
Calling gettimeofday() to compute a time interval can cause problems if
the system clock jumps forwards or backwards;...
Ed Swierk
10:09 pm Revision fc5d642f: Fix broken build
The only caller of on_vcpu() is protected by ifdef
KVM_CAP_SET_GUEST_DEBUG, so protect on_vcpu() too otherwise QEMU
m...
Luiz Capitulino
10:09 pm Revision 2bb8c10c: fix broken migration
While fixing migration with -S, commit
89befdd1a6b18215153b8976682d57b7d03d5782 broke the rest of us. Poor
glommer, w...
Glauber Costa
10:09 pm Revision f8bfb1dc: tap-win32: Use correct headers.
Replace the usage of DDK headers with the SDK counterpart "winioctl.h".
Signed-off-by: Filip Navara <filip.navara@gm...
Filip Navara
10:09 pm Revision 8fde6546: Remove useless Win32 include files and unused function in net.c.
Signed-off-by: Filip Navara <filip.navara@gmail.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Filip Navara
10:09 pm Revision bf65f53f: Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32
On Win32 the setvbuf function requires the last parameter to be size between 2 and INT_MAX bytes, so the calls always... Filip Navara
10:09 pm Revision 45b05c77: Remove special Win32 code in vl.c that's no longer needed.
Signed-off-by: Filip Navara <filip.navara@gmail.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Filip Navara
10:09 pm Revision a8cd70fc: Enable USE_DIRECT_JUMP on Win32.
Signed-off-by: Filip Navara <filip.navara@gmail.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Filip Navara
10:09 pm Revision 1c7936e3: Use 64bit pointer for dirty log
Dirty logs currently get written with native "long" size. On little endian
it doesn't matter if we use uint64_t inste...
Alexander Graf
10:09 pm Revision 96c1606b: Use Little Endian for Dirty Log
We currently use host endian long types to store information
in the dirty bitmap.
This works reasonably well on Litt...
Alexander Graf
10:09 pm Revision 6be68d7e: Introduce -smp , maxcpus= flag to specify maximum number of CPUS.
Follow on patch will use it to determine the size of the MADT and
other BIOS tables.
Signed-off-by: Jes Sorensen <je...
Jes Sorensen
10:09 pm Revision baef8a66: QEMU BOCHS bios patches to use maxcpus value.
Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Jes Sorensen
10:09 pm Revision 3174ecd1: qemu: msix nit: clear msix_entries_nr on error
I don't think it's critical to do this, but it's
best to keep uninit and error recovery consistent.
Signed-off-by: M...
Michael S. Tsirkin
10:08 pm Revision 751c6a17: kill drives_table
First step cleaning up the drives handling. This one does nothing but
removing drives_table[], still it became serio...
Gerd Hoffmann
10:08 pm Revision 1dae12e6: add support for drive ids.
-drive accepts the new id= now, allowing to explicitely name your
drives. They will show up with that name in "info ...
Gerd Hoffmann
10:08 pm Revision 3b0ba927: kill drives_opt
cleanup pretty simliar to the drives_table removal patch:
- drop the table and make a linked list out of it.
- pass...
Gerd Hoffmann
10:08 pm Revision 62c5802e: move parser functions from vl.c to qemu-option.c
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Gerd Hoffmann
10:08 pm Revision 67b1355b: qemu-option: factor out parse_option_bool
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Gerd Hoffmann
10:08 pm Revision 7695019b: qemu-option: factor out parse_option_size
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Gerd Hoffmann
10:08 pm Revision e27c88fe: QemuOpts: framework for storing and parsing options.
This stores device parameters in a better way than unparsed strings.
New types:
QemuOpt - one key-value pai...
Gerd Hoffmann
10:08 pm Revision 9dfd7c7a: switch -drive to QemuOpts.
Demo QemuOpts in action ;)
Implementing a alternative way to specify the filename should be
just a few lines of code...
Gerd Hoffmann
10:08 pm Revision bb53fc53: slirp: Fix guestfwd for incoming data
Unless a virtual server address was explicitly defined (which is
impossible with the legacy -net channel format), gue...
Jan Kiszka
10:08 pm Revision ce536cfd: HPET fixes for reg writes
This patch addresses the problems found by Andriy Gapon:
- The code was incorrectly overwriting the high order 32
...
Beth Kon
10:08 pm Revision 8a14daa5: qdev/pci: hook up i440fx.
Hook i44fx pcihost into sysbus.
Convert Host bridge and ISA bridge pci devices to qdev.
Tag as no-user.
Signed-off-b...
Gerd Hoffmann
04:39 pm Revision 05cb5fe4: qdev/prop: add pci devfn property
So we can parse "$slot.$fn" strings into devfn numbers.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-...
Gerd Hoffmann
04:39 pm Revision a6307b08: qdev/pci: use qdev_prop_pci_devfn
Put the new property into use.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <alig...
Gerd Hoffmann
04:39 pm Revision d271de9f: qdev: create default bus names.
Create a default bus name if none is passed to qbus_create().
If the parent device has DeviceState->id set it will b...
Gerd Hoffmann
04:39 pm Revision 8ffb1bcf: qdev: bus walker + qdev_device_add()
This patch implements a parser and qdev tree walker for bus paths and
adds qdev_device_add on top of this.
A bus pat...
Gerd Hoffmann
04:39 pm Revision bd3c948d: qdev: add -device command line option.
The -device switch is the users frontend to the qdev_device_add function
added by the previous patch.
Also adds a li...
Gerd Hoffmann
04:39 pm Revision 7d174059: Add SCM_RIGHTS support to unix socket character devices
If a file descriptor is passed via a message with SCM_RIGHTS ancillary
data on a unix socket, store the file descript...
Mark McLoughlin
04:39 pm Revision f07918fd: Add getfd and closefd monitor commands
Add monitor commands to support passing file descriptors via
SCM_RIGHTS.
getfd assigns the passed file descriptor a ...
Mark McLoughlin
04:39 pm Revision 7768e04c: Add monitor_get_fd() command for fetching named fds
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Mark McLoughlin
04:39 pm Revision c1d6eed7: Add support for fd=name to tap and socket networking
This allows a program to initialize a host networking device using a
file descriptor passed over a unix monitor socke...
Mark McLoughlin
04:39 pm Revision 3f6599e6: Add machine type aliases
Add an 'alias' field to QEMUMachine and display it in the output of
'qemu -M ?' with an '(aliased to foo)' suffix.
A...
Mark McLoughlin
04:39 pm Revision 95747581: Add a pc-0.11 machine type and make the pc type an alias
The pc-0.11 type allows users of qemu-0.11 to use a machine type which
they know will remain compatible when the upgr...
Mark McLoughlin
04:39 pm Revision 9977c894: Make tcp_chr_read() use recvmsg()
Split out tcp_chr_recv() out of tcp_chr_read() and implement it on
non-win32 using recvmsg(). This is needed for a su...
Mark McLoughlin
08:43 am Revision f707726e: sparc64 really implement itlb/dtlb automatic replacement writes
- implement "used" bit in tlb translation entry
- mark tlb entry used if qemu code/data translation succeeds
- fold i...
Igor Kovalenko
08:43 am Revision 6e8e7d4c: sparc64 name mmu registers and general cleanup
- add names to mmu registers, this helps understanding the code which
uses/modifies them.
- fold i/d mmu tlb entries ...
Igor Kovalenko

07/26/2009

09:31 am Revision 33b544ba: Give the kernel more room
My self-built PPC kernel doesn't fit in the region reserved for
the kernel, so I can't use -kernel with it.
Let's ju...
Alexander Graf
09:31 am Revision a7b022e0: PPC: Round VGA BIOS size to page boundary
When giving KVM a slot of a size not on page boundary, it chokes. So let's
just round up the VGA BIOS size so nobody ...
Alexander Graf

07/24/2009

04:16 am Revision aea86747: Fix period initialization
Signed-off-by: malc <av1474@comtv.ru> malc

07/22/2009

06:58 pm Revision 452e4751: introduce on_vcpu
on_vcpu is a qemu-kvm function that will make sure that a specific
piece of code will run on a requested cpu. We don'...
Glauber Costa
06:58 pm Revision a61d1f67: notify io_thread at the end of rx handling
This is a backport from qemu-kvm. Just instead of using kvm's specific
notification mechanism, we use qemu_notify_eve...
Glauber Costa
06:58 pm Revision 99772ae2: signrom.sh: portability fix
Attached patch makes signrom.sh working on NetBSD.
The output of the 'od' command leads to a syntax error
which break...
Christoph Egger
06:58 pm Revision 7ea78b74: Link bios files when building out of tree
When starting a qemu binary directly from the build directory and that
dir is located outside the source files, the s...
Jan Kiszka
06:58 pm Revision 609f2fab: qemu-thread: use pthread_equal
Fixes
qemu-thread.c: In function `qemu_thread_equal':
qemu-thread.c:161: error: invalid operands to binary ==
Use o...
Sebastian Herbszt
06:58 pm Revision 6f725c13: provide tests for pit in kernel and irqchip in kernel
KVM can have an in-kernel pit or irqchip. While we don't implement it
yet, having a way for test for it (that always ...
Glauber Costa
06:58 pm Revision 777aec7a: Add save/restore support to the LSI logic SCSI device model.
This patch requires "Handle BH's queued by AIO completions in
qemu_aio_flush()" to work reliably. The combination of...
Nolan
06:58 pm Revision 14658cd1: use struct initializer for audio.c
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
06:58 pm Revision b171271a: vmdk: Fix backing file handling
Instead of storing the backing file in its own BlockDriverState, VMDK uses the
BlockDriverState of the raw image file...
Kevin Wolf
06:58 pm Revision cf070d7e: qemu-io: reject invalid pattern
Replace the use of atoi which is used for pattern parsing currently with
strtol. Atoi won't parse sedecimal pattern ...
Christoph Hellwig
06:58 pm Revision a7824a88: qemu-io: Rework alloc command
The alloc command in qemu-io is mostly useless currently. Instead of doing a
single call to bdrv_is_allocated, we mus...
Kevin Wolf
06:58 pm Revision d032044f: qmu-img: fix qemu-img convert to generate a valid image when the source refere...
Make 'qemu-img convert' copies unallocated parts of the source image
when -B option was not specified.
Signed-off-by...
Akkarit Sangpetch
06:58 pm Revision b80a55e6: Fix warning in kvm-all.c
This fixes a warning I stumbled across while compiling qemu on PPC64.
Signed-off-by: Alexander Graf <agraf@suse.de>
...
Alexander Graf
06:58 pm Revision 16415335: Use correct input constant
440 and desktop codes use different input constants for interrupt indication.
Let's use the respective ones for KVM....
Alexander Graf
06:58 pm Revision bd836776: Fake dirty loggin when it's not there
Some KVM platforms don't support dirty logging yet, like IA64 and PPC,
so in order to still have screen updates on th...
Alexander Graf
06:58 pm Revision 6e5d97d0: Handle BH's queued by AIO completions in qemu_aio_flush()
Without this, the call to qemu_aio_flush during migration doesn't
actually flush all in-flight SCSI IOs.
Signed-off-...
Nolan
06:58 pm Revision 5f114bc6: Enable PPC KVM for non-embedded
We now have KVM on PPC64 too and might get it on PPC32 as well, as soon
as someone writes it.
So let's enable KVM fo...
Alexander Graf
06:58 pm Revision 861bbc80: Set PVR in sregs
We need to tell the kernel about some initial CPU state we don't have yet,
so let's use the "sregs" IOCTL for that an...
Alexander Graf

07/21/2009

10:57 pm Revision e32cba29: Sparc32: convert Sun4c interrupt controller to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
10:25 pm Revision 7fc06735: Sparc32: convert SBI to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
03:18 pm Revision 871e6c35: Fix CONFIG_PROFILER
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
02:20 pm Revision 04843626: Sparc32/64: use 64 bit type for memory size
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
02:10 pm Revision 5a053d1f: qdev: add 64 bit type
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
01:49 pm Revision 636aa70a: Sparc64: refactor kernel init
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
01:46 pm Revision 7b833f5b: Sparc64: refactor CPU init
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
01:04 pm Revision bda42033: Sparc64: convert memory to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
12:58 pm Revision 1baffa46: Sparc64: convert boot prom to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
11:53 am Revision daa65491: Sparc32: Fix lance
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
11:53 am Revision 72f44c8c: Sparc64: convert APB to qdev
Thanks to Igor Kovalenko for a bugfix.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl

07/20/2009

08:19 pm Revision 0bf9e31a: Fix most warnings (errors with -Werror) when debugging is enabled
I used the following command to enable debugging:
perl -p -i -e 's/^\/\/#define DEBUG/#define DEBUG/g' * */* */*/*
S...
Blue Swirl
01:37 pm Revision c0a2a096: Fix build with DEBUG_PCI in pci_host.h enabled
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
09:56 am Revision 12a71a02: Clean up fdc qdev conversion
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
12:15 am Revision a71836de: Fix rbase initialization
Signed-off-by: malc <av1474@comtv.ru> malc

07/18/2009

03:32 pm Revision c62bbcd3: Fix a similar configure typo from microblaze.
Andrzej Zaborowski
03:23 pm Revision a302c32d: this patch fixes a typo where armv4l was incorrectly spelled arm4l,
preventing the correct handling of --cpu=armv4l.
Laurent
Signed-off-by: Laurent Desnogues <laurent.desnogues@gmail....
Laurent Desnogues
03:20 pm Revision cb4e581f: this patch improves the ARM back-end in the following way:
- use movw/movt to load immediate values for ARMv7-A
- implement add/sub/and/or/xor with immediate (only 8-bit)
Laur...
Laurent Desnogues
12:32 pm Revision d9885a0b: tcg: Fix tcg_gen_rotr_i64
Reported-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Aurelien Jarno
12:17 pm Revision 9fdca5aa: Use correct byteswap routine for elf_note
All elf64_note structure members are Elf64_Word (which is 32bit value)
hence using bswaptls to byteswap it on 64bit p...
malc
12:16 pm Revision 3efa9a67: Avoid name clashes with symbols that leak from system headers
Signed-off-by: malc <av1474@comtv.ru> malc
12:16 pm Revision f6548c0a: PPC 32/64 GUEST_BASE support
Signed-off-by: malc <av1474@comtv.ru> malc
12:16 pm Revision 4f4a67ae: Fix LHZX opcode value
Signed-off-by: malc <av1474@comtv.ru> malc

07/17/2009

09:50 pm Revision adea8197: Userspace guest address offsetting
Fix type in i386 tcg.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Juan Quintela
08:48 pm Revision 18c9a9c3: bsd-users: fix strace
Hi!
Attached patch fixes an unlock bug in strace.
Catched by gcc due to an use of uninitialized variable.
Signed-of...
Christoph Egger
08:48 pm Revision 88e150a5: isxdigit -> qemu_isxdigit
Hi!
Attached patch uses qemu_isxdigit() instead of isxdigit().
Fixes build warning on NetBSD.
Signed-off-by: Christ...
Christoph Egger
08:48 pm Revision fff2a02f: fix build warnings
Hi!
Attached patch fixes build warnings due to use of different pointer
signedness.
Signed-off-by: Christoph Egger ...
Christoph Egger
03:33 pm Revision a2547a13: ELF codedump build failures
Rename ELF coredump types to avoid conflict with the corresponding host types.
Signed-off-by: Laurent Desnogues <lau...
Laurent Desnogues
03:12 pm Revision 379f6698: Userspace guest address offsetting
Re-implement GUEST_BASE support.
Offset guest ddress space by default if the guest binary contains
regions below the ...
Paul Brook
02:18 pm Revision a9ff9df1: Suppress a Sparse warning
Move the export to a file used by both qdev.c and sysbus.c.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl
02:01 pm Revision 109819e0: Sparc32: use hex for version numbers
0x10000000 looks better than 268435456.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl
02:01 pm Revision e2106fe6: Sparc32: fix escc devices broken by ee6847d19be16c789b8bd4e553b7cd6701ba1245
The logic of Zilog makes channel B the first device and channel A the
second one.
Signed-off-by: Blue Swirl <blauwir...
Blue Swirl
02:01 pm Revision e8133762: Sparc32: fix fdc io_base
On some Sparc32 machines, fdc is located above 4G limit, so uint32_t is not
appropriate type for io_base.
Signed-off...
Blue Swirl
02:01 pm Revision f6e097e7: Fix sparc-softmmu breakage by ee6847d19be16c789b8bd4e553b7cd6701ba1245
Move the qdev_init(dev); call after the setting of d->size.
Thanks to Filip Navara.
Signed-off-by: Blue Swirl <blauw...
Blue Swirl
02:01 pm Revision 96555a96: Fix OpenBSD build
The header sys-queue.h must be #included early, otherwise at some point OS
queue macros will be used. On OpenBSD, tho...
Blue Swirl
01:21 pm Revision 2d69f359: ARM host fixes
Minor TCG cleanups and warning fixes for ARM hosts.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook
06:20 am Revision 5e650002: Only allow -cpu host when KVM is enabled
-cpu host is not at all useful when using tcg.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori
06:04 am Revision 0d35bf2d: Move CLOCKLIBS and PTHREADLIBS out of CONFIG_LINUX_USER_ONLY
Otherwise, -lrt doesn't get added to the softmmu build.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori
06:04 am Revision e6f9e6b4: Initialize cpuid variables
This causes a build break when !KVM.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori
04:57 am Revision 2637872b: Ignore -Waddress for alsaaudio.c
/usr/include/alsa/pcm.h contains:
#define snd_pcm_sw_params_alloca(ptr) do { assert(ptr); *ptr = (snd_pcm_sw_params_...
malc
02:12 am Revision d152f84c: Update version for 0.11 development
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Anthony Liguori
02:10 am Revision 9359d0e6: Update version for 0.11.0-rc0
Anthony Liguori
01:28 am Revision 0adcffb1: simplify TARGET_ARCH2 generation
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision e6e91b9c: simplify TARGET_ABI_DIR generation
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 98ec69ac: rename s/config_mak/config_host_mak/ and s/config_h/config_host_h/
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision f57975fb: Refactor config_softfloat selection in another list
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 42bc608b: Generate $target_dir/config.h from $target_dir/config.mak
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 938b1edd: Only setup TARGET_ARCH when it is different of
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision afc29f82: generate TARGET_ARCH for config.h
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision e73aae67: generate TARGET_<arch name> for config.h
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 6acff7da: simplify TARGET_BASE_ARCH generation
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision ffada369: We can wrap OS_CFLAGS/OS_LDFLAGS in CFLAGS/LDFLAGS at configure time
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision d80438aa: We can wrap ARCH_CFLAGS/ARCH_LDFLAGS in CFLAGS/LDFLAGS at configure time
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 16dbd14f: generate ARCH name instead of coding it
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision e0da9dd3: Refactor common code using a list
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision ea2d6a39: Refactor targe_bigendian selection in another list
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision b498c8a0: print only once TARGET_ARCH
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision d2917a47: TARGET_ARCH2 is already known at configure time.
Remove re-construction in Makefile.target
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony ...
Juan Quintela
01:28 am Revision 9637443f: change ifdefs by obj-$(TARGET_BASE_ARCH)
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 1b0c87fc: configure xen in a single place
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision c59249f9: configure kvm in a single place
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 0d46b7ed: configure kqemu in a single place
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision c44098ca: BASE_LDFLAGS is not used anywhere else
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 1c872672: TARGET_ARCH == TARGET_BASE_ARCH in m68k and arm
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 16394485: Refactor a single rule to generate all qemu-* executables
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 92b458e8: qemu binary don't exist anymore. I guess not much people is compiling on alpha
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 356c7ff4: fix for bad macaddr of e1000 in Windows 2003 server with original MS driver
The sequence of reading from eeprom is "offset by one" moved because of a false
detection of a clock cycle after an e...
Naphtali Sprei
01:28 am Revision 7ed208c4: fix XEN Build
I miss s/yes/y/ in one place
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <alig...
Juan Quintela
01:28 am Revision 4c050b3f: fix sparc not solaris build
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 727374d9: Remove duplicated definition
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 1a65ba76: use block-nested-y for files inside block/
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 9c1dd99b: use nwfpe-obj-y for consistence
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 71c4f21f: Remove unused Makefile variable
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 3b47612b: already defined several lines before in block-obj-y
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision 0ba99fc6: configure already knows what TARGET_BASE_ARCH we need, no need to put the logi...
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Juan Quintela
01:28 am Revision ccb63de3: qdev: add user-specified identifier to devices.
Add id field to DeviceState. Make "info qtree" print it.
This helps users and management apps identifying devices i...
Gerd Hoffmann
01:28 am Revision ab73ff29: qdev/compat: virtio-blk-pci 0.10 compatibility.
Add class property to virtio-blk-pci allowing to specify the PCI class.
Add compat property to pc-0.10 to set the old...
Gerd Hoffmann
01:28 am Revision eb54b6dc: qdev: add id= support for pci nics.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Gerd Hoffmann
01:28 am Revision d6beee99: qdev/compat: virtio-console-pci 0.10 compatibility.
Add class property to virtio-console-pci allowing to specify the PCI class.
Add compat property to pc-0.10 to set the...
Gerd Hoffmann
01:28 am Revision 8ad12514: qdev: print device id in "info pci".
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Gerd Hoffmann
01:28 am Revision a1e0fea5: qdev/compat: virtio-net-pci 0.10 compatibility.
Add vectors property, allowing to turn off msi by setting vectors=0.
Add compat property to pc-0.10 disabling msi.
S...
Gerd Hoffmann
01:28 am Revision f3519986: qdev: es1370+ac97 description
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Gerd Hoffmann
01:28 am Revision 81ebb98b: qdev: factor out driver search to qdev_find_info()
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Gerd Hoffmann
01:28 am Revision b6b61144: qdev/compat: compat property infrastructure.
This add support for switching devices into a compatibility mode
using device properties. Machine types can have a l...
Gerd Hoffmann
01:28 am Revision 3320e56e: qdev: add no_user, alias and desc
no_user: prevent users from adding certain devices.
desc: description of the device.
alias: to allow user friendly sh...
Gerd Hoffmann
01:28 am Revision 96cc1810: qdev/compat: add pc-0.10 machine type.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Gerd Hoffmann
01:28 am Revision 0bb05eaf: fix segfault in setting migration speed
Hi,
Whoever wrote this migrate_set_speed function is totally stupid.
Any failed or completed migration keeps its st...
Glauber Costa
01:28 am Revision ef74679a: Initialize PS2 keyboard / mouse state on reset
Currently only common PS2 state is initialized, leaving keyboard and
mouse specific state to contain stale values.
S...
Dinesh Subhraveti
01:28 am Revision f114784f: monitor: Add port write command
Useful for testing hardware emulations or manipulating its state to
stress guest drivers.
Signed-off-by: Jan Kiszka ...
Jan Kiszka
01:28 am Revision ee6847d1: qdev: rework device properties.
This patch is a major overhaul of the device properties. The properties
are saved directly in the device state struc...
Gerd Hoffmann
01:28 am Revision 15239b2e: cleanup: drop unused struct elements from VirtIOPCIProxy.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Gerd Hoffmann
01:28 am Revision 07323531: ioport: use uint{32, 16, 8}_t for ioport value and pio_addr_t for ioport address.
Using int for cpu_{in, out}[bwl] is inconsistent with other part
because for address or value, uintN_t is used by oth...
Isaku Yamahata
01:28 am Revision bf4e5d92: Handle vga= in -append
Here is a patch I had sent twice to the list 2 years ago.
Hopefuly this time someone will be interested
It adds supp...
Pascal Terjan
01:28 am Revision ca94dbc7: qemu-io: Implement bdrv_load_vmstate/bdrv_save_vmstate
The load_vmstate and save_vmstate functions are implemented as a
variation of the normal read/write operation, enable...
Kevin Wolf
01:28 am Revision 7d93b1fa: Reset HPET config register on hpet_reset
Without this, after system reset, hpet does not detect transition from
non-legacy to legacy mode.
Signed-off-by: Bet...
Beth Kon
01:28 am Revision 08738984: tlb flush cleanup
Use static empty variable s_cputlb_empty_entry to clear entries,
also reset addend member when clearing entries.
This...
Igor Kovalenko
01:28 am Revision 1db6947d: qemu-io: use BDRV_O_FILE to implement the growable open option
Instead of doing our own check for protocols which fails because raw isn't
formally a protocol but special cased in f...
Christoph Hellwig
01:28 am Revision 9f6839d4: Remove dead i386 assembly code from softmmu_header.h
This patch removes dead i386 assembly code from softmmu_header.h.
The code is conditional on ASM_SOFTMMU, which is n...
Stuart Brady
01:28 am Revision 89befdd1: honor -S on incoming migration
-S is not honored by qemu on incoming migration. If a domain is migrated
while paused, thus, it will start running o...
Paolo Bonzini
01:28 am Revision 09ac35ac: omit 3DNOW! CPUID bits from qemu64 CPU model
Since we recently do not disable 3DNOW! support anymore, we should
avoid setting the bits in the default qemu64 CPU m...
Andre Przywara
01:28 am Revision 1e37d059: raw-posix: Handle errors in raw_create
In qemu-iotests, some large images are created using qemu-img.
Without checks for errors, qemu-img will just create ...
Stefan Weil
01:28 am Revision fc7083b5: ioport: remove some #ifdef DEBUG_UNUSED_IOPORT.
remove some #ifdef DEBUG_UNUSED_IOPORT in ioport.c
and use PRIx32 where appropriate
Signed-off-by: Isaku Yamahata <y...
Isaku Yamahata

07/16/2009

11:47 pm Revision 8167ee88: Update to a hopefully more future proof FSF address
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
05:15 pm Revision a1961a4b: Sparc32: convert slavio interrupt controller to qdev
Also increase QDEV_MAX_IRQ.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl
04:48 pm Revision 666713c0: Sparc32: refactor CPU init
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
04:48 pm Revision a350db85: Sparc32: convert memory to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
04:48 pm Revision f48f6569: Sparc32: convert boot prom to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
04:47 pm Revision 5f750b2e: Sparc32: convert iommu to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
04:47 pm Revision fa28ec52: Sparc32: convert cs4231 to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
04:45 pm Revision d3ffcafe: Sparc32: fix SDL zooming with TCX
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
04:28 pm Revision 24d904ea: Don't copy multiboot.bin into pc-bios after built
That dirties the working directory of the tree.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori
04:28 pm Revision 7aa486fe: Fix multiboot.bin build on mingw32
This combination of ld/object was suggested by Bartlomiej Celary
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori
04:28 pm Revision b8c0e7d7: Fix non-ACPI Timer Interrupt Routing - v3
v1 -> v2 adds comment suggested by Ryan.
v2 -> v3 clarifies comment and corrects entry count
Signed-off-by: Beth Kon...
Anthony Liguori
04:28 pm Revision dd32aa10: gdbstub: Add vCont support
This patch adds support for the vCont remote gdb command. It is used by
gdb 6.8 or better to switch the debugging foc...
Jan Kiszka
04:28 pm Revision b1631e7a: gdbstub: x86: Refactor register access
Clarify gdb's register set layout by using constants for
cpu_gdb_read/write_register.
Signed-off-by: Jan Kiszka <jan...
Jan Kiszka
04:28 pm Revision 84273177: gdbstub: x86: Support for setting segment registers
This allows to set segment registers via gdb also in system emulation
mode. Basic sanity checks are applied and nothi...
Jan Kiszka
04:28 pm Revision d8d2e079: pci.c: remove unnecessary #ifdef DEBUG_PCI.
remove unnecessary #ifdef DEBUG_PCI.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Anthony L...
Isaku Yamahata
04:28 pm Revision 45566e9c: replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate
The VM state offset is a concept internal to the image format. Replace
the old bdrv_{get,put}_buffer method that req...
Christoph Hellwig
04:28 pm Revision e1e8f35a: bios: Fix multiple calls into smbios_load_ex
We're marking the used entry bitmap in smbios_load_external() for each
type we check, regardless of whether we loaded...
Anthony Liguori
04:28 pm Revision 76e30d0f: Move boot_set callback backend
Move registration function for the boot_set callback handler and provide
qemu_boot_set so that it can also be used ou...
Jan Kiszka
04:28 pm Revision 55ddfe8e: Rework reset handler management
Convert the reset handler maintenance code to TAILQ services.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Sig...
Jan Kiszka
04:28 pm Revision dda9b29f: Add qemu_unregister_reset
Will be used by '-boot once=...', and should also help in other use
cases.
Signed-off-by: Jan Kiszka <jan.kiszka@sie...
Jan Kiszka
04:28 pm Revision e0f084bf: Add boot-once support
This allows to specify an exceptional boot order only for the first
startup of the guest. After reboot, qemu will swi...
Jan Kiszka
04:28 pm Revision 95387491: Add boot menu control via command line switch
Disable the lengthy BIOS prompt for selecting a boot device by default,
but let the user reenable it via '-boot menu=...
Jan Kiszka
04:28 pm Revision 2221dde5: Update boot option documentation
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Jan Kiszka
04:28 pm Revision 8389e7f4: slirp: Fix default netmask to 255.255.255.0
This got broken between a13a4126c8 and c92ef6a22d: old slirp code used
255.255.255.0.
Signed-off-by: Jan Kiszka <jan...
Anthony Liguori
04:28 pm Revision ef2039f1: Regenerate BIOS and add patches for -boot option
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Anthony Liguori
04:28 pm Revision e8b2a1c6: Add a pc-0-10 machine type for compatibility with 0.10.x
Add a pc-0-10 machine type to allow a pc machine to be created with
virtio block and console devices compatibility wi...
Mark McLoughlin
04:28 pm Revision ef3adf68: Rework -boot option
This patch changes the boot command line option to the canonical format
-boot [order=drives][,...]
where 'drives' ...
Jan Kiszka
04:28 pm Revision 5c634ef3: Change default PCI class of virtio-blk to PCI_CLASS_STORAGE_SCSI
Windows virtio driver cannot pass DTM (certification) tests while the
storage class is PCI_CLASS_STORAGE_UNKNOWN.
A ...
Mark McLoughlin
04:28 pm Revision 21d58b57: Change default PCI class of virtio-console to PCI_CLASS_SERIAL_OTHER
We're using PCI_CLASS_DISPLAY_OTHER now, but qemu-kvm.git is using
PCI_CLASS_OTHERS because:
"As a PCI_CLASS_DISPL...
Mark McLoughlin

07/15/2009

11:45 pm Revision 6f6260c7: Sparc32: convert sparc32_dma to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
08:03 pm Revision 430c7ec7: Avoid SIGSEGV when dumping cpu state without enabled logging
Signed-off-by: malc <av1474@comtv.ru> malc
05:41 pm Revision f64ab228: Convert fdc to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
11:53 am Revision c70c59ee: Sparc32: convert slavio timers to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
11:51 am Revision 6c319c82: Sparc32/PPC: convert escc to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl

07/13/2009

07:51 pm Revision 2582cfa0: Sparc32: convert slavio_misc to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
07:11 pm Revision 325f2747: Sparc32: convert idreg to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
02:58 am Revision f4078236: target-ppc: enable PPC_MFTB for 44x
According to PPC440 user manual, PPC 440 supports ``mftb'' even it's a
preserved instruction:
PPC440_UM2013.pdf, p.4...
Baojun Wang
02:51 am Revision fbe73008: ppc tcg: fix wrong bit/mask of wrteei
Signed-off-by: Baojun Wang <wangbj@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Baojun Wang
12:42 am Revision 22555301: gdb-xml: fix hacks in powerpc register numbering
The powerpc xml files contained a hack--an empty, non-existent
register--for getting the register numbers to line up ...
Nathan Froyd
12:36 am Revision 33890b3e: target-ppc: fix evmergelo and evmergelohi
For 32-bit PPC targets, we translated:
evmergelo rX, rX, rY
as:
rX-lo = rY-lo
rX-hi = rX-lo
which is wrong, becau...
Nathan Froyd
12:32 am Revision f55e9d9a: target-ppc: fix typo in _cpu_ppc_load_decr
Use parameter 'next' to fix the hdecr case.
Also pass 'next' by value instead of pointer (more easy to read and no
pe...
Tristan Gingold

07/12/2009

11:07 pm Revision d27cf0ae: Sparc32/Sparc64/PPC: convert m48txx to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
10:28 pm Revision f40070c3: Sparc32: convert tcx to qdev
Also increase QDEV_MAX_MMIO.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl
09:43 pm Revision 798b721e: Sparc32: use the OpenFirmware name for ecc
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
04:09 pm Revision 344b983d: target-mips: remove useless code in gen_st_cond()
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Aurelien Jarno
03:11 pm Revision feeb3b6a: Fix MIPS SC
Fix botched merge of op_ldst_sc calls to match actual implementation.
Thanks to Aurelien Jarno for diagnosing this.
...
Paul Brook
11:54 am Revision 53e3c4f9: Sparc64: convert ebus to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
11:46 am Revision 5210977a: sparc64: trap handling corrections
On Sun, Jul 12, 2009 at 12:09 PM, Blue Swirl<blauwirbel@gmail.com> wrote:
> On 7/12/09, Igor Kovalenko <igor.v.kovale...
Igor Kovalenko
11:16 am Revision 49e66373: Sparc32: convert eccmemctl to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
10:44 am Revision 5b0f0bec: sparc64: fix helper_st_asi little endian case typo
On Sun, Jul 12, 2009 at 12:43 AM, Stuart Brady<sdbrady@ntlworld.com> wrote:
> On Sat, Jul 11, 2009 at 10:22:18PM +040...
Igor Kovalenko
10:43 am Revision 7d55273f: sparc64: really initialize irq
Allocate irq just before passing it to pci bridge initialization
and actually use it to initialize pci bridge.
Signe...
Igor Kovalenko
10:41 am Revision 536ba015: sparc64: unify mmu tag matching code
This patch extracts common part of sparc64 tag
matching code used by IMMU and DMMU lookups.
Signed-off-by: igor.v.ko...
Igor Kovalenko
10:41 am Revision e8807b14: sparc64: mmu bypass mode correction
This Implement physical address truncation in mmu bypass mode.
IMMU bypass is also active when cpu enters RED_STATE
...
Igor Kovalenko
12:46 am Revision 616cbc78: Fix PCI IRQ breakage
Zero initialize the PCI bus irq count.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook

07/11/2009

11:38 am Revision 110c50fd: Revert "Fix the PCI header type of APB"
This reverts commit e8d2a88755b849bdadaf80d19e342eade3c017bc. Blue Swirl
11:20 am Revision ac47a60b: Fix APB by reverting 16eaedf2668e9b347a59d73346fcc4c764c58348 partially
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl

07/10/2009

11:32 pm Revision 0c3271c5: Indent ac97 and es1370 according to audio formatting
For the sake of consistency. I pulled in the wrong patches from Gerd when
he did the qdev conversion.
Signed-off-by...
Anthony Liguori
09:44 pm Revision 4bfd1712: qemu/msi: clean used vectors state on load
Clean up msix vector usage state on load. Since guest might have control
over it through the device, the device will ...
Michael S. Tsirkin
09:44 pm Revision 72755a70: qemu/msi: missing braces
MSIX present bit is tested incorrectly, and only happens to work because
the bit we are testing is 0x1. Add braces t...
Michael S. Tsirkin
09:44 pm Revision e6da7680: qemu/virtio: mark msi vectors used on load
Usage of msi vectors is controlled by the guest and so needs to be
restored on load. Do this for msi vectors used by ...
Michael S. Tsirkin
09:44 pm Revision d9db889f: kvm: Work around borken MSR_GET_INDEX_LIST
Allocate enough memory for KVM_GET_MSR_INDEX_LIST as older kernels shot
far beyond their limits, corrupting user spac...
Jan Kiszka
09:44 pm Revision 36afc451: block: Clean up after deleting BHs
Commit 6a7ad299 ("Call qemu_bh_delete at bdrv_aio_bh_cb") deletes emulated
aio bottom halves to prevent endless accum...
Avi Kivity
09:44 pm Revision 0884657b: flush pending aio requests
When we finish migration, there may be pending async io requests
in flight. If we don't flush it before stage3 starti...
Glauber Costa
09:44 pm Revision 55496240: Prefer sysfs for USB host devices
Scanning for devices via /sys/bus/usb/devices/ and using them via the
/dev/bus/usb/<bus>/<device> character devices i...
Mark McLoughlin
09:44 pm Revision c53ffce9: qcow1: Fix qcow_aio_writev
Pass is_write = 1 to qcow_aio_setup when writing.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthon...
Kevin Wolf
09:44 pm Revision 3f6a3ee5: qcow2: Fix L1 table memory allocation
Contrary to what one could expect, the size of L1 tables is not cluster
aligned. So as we're writing whole sectors no...
Kevin Wolf
09:41 pm Revision e6a0575e: Make sure to mark MCE defines as ULL
Fixes build on 32-bit
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori
09:41 pm Revision 1fa63e43: usb-ohci: Fix endianness issue
This fixes a possible endianness issue in the usb-ohci hw module.
hcca.frame and ohci->frame_number are 16bit, so use...
Michael Buesch
08:25 pm Revision 230d4fa4: qemu-io: small cleanups for the aio code
Address a couple of review comments from Kevin.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Christoph Hellwig
08:25 pm Revision cf57298a: qemu-io: better input validation for vector-based commands
Fix up a couple of issues with validating the input of the various
length arguments for the vectored I/O commands:
...
Christoph Hellwig
08:25 pm Revision 7d8abfcb: qemu-io: fix memory leak
qemu-io leaks the request buffer whenever the read or write function isn't
executed completely down the "normal" code...
Kevin Wolf
08:25 pm Revision 9c4bab26: qemu-io: add flag to mark files growable
Add a -g flag to the open command and the main qemu-io command line to
allow opening a file growable. This is only a...
Christoph Hellwig
01:28 am Revision 52249f0f: Disable kqemu by default at run time
-no-kqemu -> -enable-kqemu
kqemu is still present at compile time by default
Signed-off-by: Anthony Liguori <aliguo...
Anthony Liguori
12:58 am Revision 391354f1: Unregister savevm callback in eeprom93xx_free()
Otherwise if you hot remove an eepro100 NIC and then migrate,
you get:
Unknown savevm section or instance 'eeprom'...
Mark McLoughlin
12:58 am Revision 9a3e12c8: fix segfault in msix_save
This fixes segfault reported by Kevin Wolf,
and simplifies the code in msix_save.
Reported-by: Kevin Wolf <kwolf@red...
Michael S. Tsirkin
12:58 am Revision eeb34af9: Make sure to only vm_start() a failed migration if we were running to begin
with.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori
12:58 am Revision e3fc14c3: configure: Append extra cflags and ldflags
In order to allow overriding flags that are set by configure, we have to
append them instead of prepending as it is d...
Jan Kiszka
12:58 am Revision 1889465a: Allow setting qemu process name v2
Set the Linux process name to the name argument specified with name. I find
this useful to see which guests are takin...
Andi Kleen
12:58 am Revision dca61621: qemu: remove control vector save
control vector is saved/restored by virtio-pci,
it does not belong in virtio.
Signed-off-by: Michael S. Tsirkin <mst...
Michael S. Tsirkin
12:58 am Revision 1c27a8b3: Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.
Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
G 3
12:58 am Revision d026fb6d: Don't abort if TUNSETSNDBUF fails where no sndbuf= arg is supplied
If no tap,sndbuf= arg is supplied, we use a default value. If
TUNSETSNDBUF fails in this case, we should not abort.
...
Mark McLoughlin
12:58 am Revision ae50b274: Don't leak VLANClientState on PCI hot remove
destroy_nic() requires that NICInfo::private by a PCIDevice pointer,
but then goes on to require that the same pointe...
Mark McLoughlin
12:06 am Revision 5f650495: consolidate user cpu_{in, out}[bwl] into ioport-user.c
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Isaku Yamahata
12:06 am Revision c76f4952: Allow adjustment of http block device's readahead size, via a new
":readahead=###:" suffix.
Signed-off-by: Nolan Leake <nolan <at> sigbus.net>
Signed-off-by: Anthony Liguori <aliguor...
Nolan
12:06 am Revision d56dd6cf: use constant IOPORTS_MASK instead of 0xffff.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Isaku Yamahata
12:06 am Revision 23e0affd: ioport: consolidate duplicated logic in register_ioport_{read, write}().
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Isaku Yamahata
12:06 am Revision 32993977: split out ioport related stuffs from vl.c into ioport.c.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Isaku Yamahata
12:06 am Revision 89e671e3: Replace signrom with shell script v3
In order to not execute code we just compiled, let's replace signrom
with a shell script that does the same thing whi...
Alexander Graf
12:06 am Revision 1cec71e3: Revert "support colon in filenames"
This reverts commit 707c0dbc97cddfe8d2441b8259c6c526d99f2dd8.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Anthony Liguori
12:06 am Revision fc5b81d1: net: set a default value for sndbuf=
On reflection, perhaps it does make sense to set a default value for
the sndbuf= tap parameter.
For best effect, snd...
Mark McLoughlin
12:06 am Revision 0aa217e4: qcow2: Make cache=writethrough default
The performance of qcow2 has improved meanwhile, so we don't need to
special-case it any more. Switch the default to ...
Kevin Wolf
12:06 am Revision c6a5a71a: Fix build for ESD audio
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Anthony Liguori
12:06 am Revision df7a607b: configure: detect xen with --extra-cflags / --extra-ldflags
Attached patch lets configure find xen headers and xen libs
when called with --extra-cflags and --extra-ldflags optio...
Christoph Egger
12:04 am Revision 79c4f6b0: QEMU: MCE: Add MCE simulation to qemu/tcg
- MCE features are initialized when VCPU is intialized according to CPUID.
- A monitor command "mce" is added to inje...
Huang Ying

07/09/2009

11:09 pm Revision 2152390d: Merge commit 'linux-user/linux-user-for-upstream' into tmp-staging
Anthony Liguori
08:40 pm Revision 94c5495d: MIPS signal handling fix
Add explicit padding to MIPS signal frame structures.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook
07:56 pm Revision f04dc72f: Enable MIPS NPTL
Enable NPTL support for MIPS usermode emulation.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook
07:45 pm Revision 590bc601: MIPS atomic instructions
Implement MIPS ll/sc instructions using atomic compare+exchange.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook
05:07 pm Revision ff867ddc: MIPS usermode TLS register
Implement cpu_set_tls for MIPS.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook
03:11 pm Revision 18113962: Fix MIPS sys_clone
The clone syscall takes 6 args.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Paul Brook
03:07 pm Revision d88a76d1: qdev: convert ac97.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
03:07 pm Revision 042f84d0: qdev: remove DeviceType
The only purpose DeviceType serves is creating a linked list of
DeviceInfo structs. This removes DeviceType and add ...
Gerd Hoffmann
03:07 pm Revision 16eaedf2: qdev/pci: misc fixes.
* fix secondary bus setup.
* use base->name instead of "FIXME" for device name.
Yes, the device name is redundant...
Gerd Hoffmann
03:07 pm Revision 6806e595: qdev: convert es1370.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Gerd Hoffmann
03:07 pm Revision 10c4c98a: qdev: replace bus_type enum with bus_info struct.
BusInfo is filled with name and size (pretty much like I did for
DeviceInfo as well). There is also a function point...
Gerd Hoffmann
03:07 pm Revision 0aab0d3a: qdev: update pci device registration.
Makes pci_qdev_register take a PCIDeviceInfo struct instead of a bunch
of parameters. Also adds config_read and conf...
Gerd Hoffmann

07/08/2009

05:25 pm Revision e2b19c85: Remove SDL/ prefix
malc
05:24 pm Revision d644f8be: Add out of memory and zero size argument checks to be consistent with
the qemu_malloc routines malc
05:02 pm Revision 666bcd91: getrlimit conversion mix-up
Fixes getrlimit implementation that overwrote the result of the syscall
instead of converting it
Signed-off-by: Ulri...
Ulrich Hecht
05:02 pm Revision 719f908e: wrap path for access syscall
Signed-off-by: Ulrich Hecht <uli@suse.de>
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
Ulrich Hecht
05:02 pm Revision 784ccfdb: pipe argument should not be signed
pipedes is an address, it should not be signed (breaks for addresses
> 0x80000000)
Signed-off-by: Ulrich Hecht <uli@...
Ulrich Hecht
05:02 pm Revision 98818189: 64-bit clean socketcall syscall
makes socketcall 64-bit clean so it works on 64-bit big-endian systems
Signed-off-by: Ulrich Hecht <uli@suse.de>
Sig...
Ulrich Hecht
05:01 pm Revision fd4d81dd: linux-user: increment MAX_ARG_PAGES
There's a error When doing something like that :
find / -type f -print0 | xargs -0 echo
[ done in a arm chroot with ...
Arnaud Patard
05:01 pm Revision 917507b0: linux-user: check some parameters for some socket syscalls.
This patch is fixing following issues :
- commit 8fea36025b9d6d360ff3b78f88a84ccf221807e8 was applied to
do_getsoc...
Arnaud Patard
05:01 pm Revision 7b8118e8: linux-user/syscall.c: remove warning: ‘array’ may be used uninitialized in thi...
Removes the following warning
CC i386-linux-user/syscall.o
cc1: warnings being treated as errors
/media/nfs/qemu/...
vibi sreenivasan
05:01 pm Revision 67ba57f6: configure: remove bogus linux-user check
linux-user=yes is not a reliable identifier that linux-user targets
have been selected. user targets can be selected ...
Riku Voipio

07/05/2009

11:33 pm Revision e8d2a887: Fix the PCI header type of APB
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
09:50 pm Revision e36f5877: Update OpenBIOS images to r505
For Sparc64, this fixes the PCI bridge configuration bugs revealed by the
improved bridge handling (b7ee1603c16c1feb0...
Blue Swirl
11:11 am Revision 98846d73: Fix Sparse warning
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Blue Swirl
« Previous
Next »
 

Also available in: Atom