search for: word_siz

Displaying 20 results from an estimated 21 matches for "word_siz".

Did you mean: word_size
2013 Jun 04
12
[PATCH 0/4] XSA-52..54 follow-up
The first patch really isn''t as much of a follow-up than what triggered the security issues to be noticed in the first place. 1: x86: preserve FPU selectors for 32-bit guest code 2: x86: fix XCR0 handling 3: x86/xsave: adjust state management 4: x86/fxsave: bring in line with recent xsave adjustments The first two I would see as candidates for 4.3 (as well as subsequent backporting,
2006 Jan 27
0
patch for bugs in vorbis-tools-1.1.1
...f -u -r X/VORBIS-TOOLS-1.1.1/OGG123/FLAC_FORMAT.C VORBIS-TOOLS-1.1.1/OGG123/FLAC_FORMAT.C --- X/VORBIS-TOOLS-1.1.1/OGG123/FLAC_FORMAT.C 2005-06-03 11:15:09.000000000 +0100 +++ VORBIS-TOOLS-1.1.1/OGG123/FLAC_FORMAT.C 2006-01-21 01:11:21.000000000 +0100 @@ -229,11 +229,11 @@ if (audio_fmt->word_size == 1) { for (i = 0; i < priv->channels; i++) for (j = 0; j < copy; j++) - buf8[(j+realsamples)*2+i] = (FLAC__int8) (0xFF & priv->buf[i][j+priv->buf_start]); + buf8[(j+realsamples)*audio_fmt->channels+i] = (FLAC__int8) (0xFF & priv->buf[i][j+priv->buf...
2004 Sep 30
1
[don@donarmstrong.com: Bug#274301: libflac4 segfaults on corrupt flac files]
...source_t *) 0x805aa60 decoder = (decoder_t *) 0x10000000 decoder_callbacks = {printf_error = 0x804d0d8 <decoder_buffered_error_callback>, printf_metadata = 0x804d255 <decoder_buffered_metadata_callback>} decoder_callbacks_arg = (void *) 0x407ed008 old_audio_fmt = {big_endian = 0, word_size = 0, signed_sample = 0, rate = 0, channels = 0} new_audio_fmt = {big_endian = 0, word_size = 2, signed_sample = 1, rate = 0, channels = 0} reopen_arg = (audio_reopen_arg_t *) 0x0 eof = 0 eos = 0 ret = 0 nthc = 0 ntimesc = 0 next_status = 0 status_interval = 0 #9 0x0804fd23 in main (argc=...
2008 Sep 27
0
Aspell crash
...r/default/suggest.cpp:536: void<unnamed>::Working::add_nearmiss(__gnu_cxx::__normal_iterator<const aspeller::Dict* const*, std::vector<const aspeller::Dict*, std::allocator<const aspeller::Dict*> > >, const aspeller::WordEntry&, const char*, int, int, bool): Assertion `w.word_size == strlen(w.word)'' failed. So it seems that Aspell choked on something.. Has anyone experienced something similar? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups &...
2019 Oct 21
0
[PATCH RFC 1/3] kcov: remote coverage support
...a = %px, size = %u", area, size); > + > + kcov_start(t, size, area, mode, sequence); > + > +} > + > +static void kcov_move_area(enum kcov_mode mode, void *dst_area, > + unsigned int dst_area_size, void *src_area) > +{ > + u64 word_size = sizeof(unsigned long); > + u64 count_size, entry_size; > + u64 dst_len, src_len; > + void *dst_entries, *src_entries; > + u64 dst_occupied, dst_free, bytes_to_move, entries_moved; > + > + kcov_debug("%px %u <= %px %lu\n", > +...
2017 Dec 07
1
v2v: vddk: Switch to using ‘-it vddk’ to specify VDDK as input transport.
Proposed small change to the command line of virt-v2v when specifying that you want VDDK mode. Rich.
2017 Dec 08
0
[PATCH v2 1/2] v2v: vddk: Switch to using ‘-it vddk’ to specify VDDK as input transport.
...nbdkit vddk plugin. *) class input_libvirt_vddk vddk_options password libvirt_uri parsed_uri guest = - (* The VDDK path. *) let libdir = vddk_options.vddk_libdir in - (* Compute the LD_LIBRARY_PATH that we must pass to nbdkit. *) - let library_path = libdir // sprintf "lib%d" Sys.word_size in + + (* VDDK libraries are located under lib32/ or lib64/ relative to the + * libdir. Note this is unrelated to Linux multilib or multiarch. + *) + let libNN = sprintf "lib%d" Sys.word_size in + + (* Compute the LD_LIBRARY_PATH that we may have to pass to nbdkit. *) + let libr...
2019 Sep 20
0
[PATCH v4 01/12] v2v: Factor out the nbdkit VDDK code into a new module.
...t libdir = - try Some (List.assoc "libdir" vddk_options) - with Not_found -> None in - - (* VDDK libraries are located under lib32/ or lib64/ relative to the - * libdir. Note this is unrelated to Linux multilib or multiarch. - *) - let libNN = sprintf "lib%d" Sys.word_size in - - (* Compute the LD_LIBRARY_PATH that we may have to pass to nbdkit. *) - let library_path = Option.map (fun libdir -> libdir // libNN) libdir in - - (* Check that the VDDK path looks reasonable. *) - let error_unless_vddk_libdir () = - (match libdir with - | None -> () -...
2016 Dec 02
1
[PATCH NOT TO BE APPLIED] builder: make-template: Add --encrypted
I was attempting one way to solve: https://bugzilla.redhat.com/show_bug.cgi?id=1400332 "RFE: virt-builder should support templates with encrypted filesystems" However this approach doesn't really work because templates containing encrypted partitions cannot be compressed, and therefore the guest template would be a multi-gigabyte download. I better approach will likely be to use
2012 Feb 17
0
Wine release 1.4-rc4
...n DVD_LAYER_DESCRIPTOR. gdiplus: Make GdipTranslateLineTransform stub lie and return Ok. Detlef Riekenberg (1): comdlg32: Exclude the driver path from the result. Eric Pouech (6): dbghelp: Store the 32/64 bitness in the image structure. dbghelp: Correctly initialize module word_size field when only the eh_frame is present (and not compilation unit). dbghelp: In dwarf parser, when looking for FDE/CIE skip first O-length entries. dbghelp: In traces for Dwarf/CFA engine, some offset are signed entities. dbghelp: In i386 stack unwinder, only check for NULL ebp a...
2016 Nov 30
0
Re: [PATCH] builder: Rearrange how template-building scripts work.
...ing > + | Fedora of int (* version number *) > +type arch = X86_64 | Aarch64 | Armv7 | I686 | PPC64 | PPC64le | S390X > + > +let quote = Filename.quote > +let (//) = Filename.concat > + > +let virtual_size_gb = 6 > + > +let rec main () = > + assert (Sys.word_size = 64); > + Random.self_init (); > + > + (* Get the os, version, arch from the command line. *) > + if Array.length Sys.argv < 3 || Array.length Sys.argv > 4 then ( > + eprintf "%s os version [arch]\n" prog; > + exit 1 > + ); > + > + let os = os...
2017 Dec 08
4
[PATCH v2 0/2] v2v: Add -it vddk and -it ssh flags.
The first patch was previously posted here: https://www.redhat.com/archives/libguestfs/2017-December/msg00018.html That patch hasn't changed except that I made the ‘input_transport’ variable type-safe. The second patch adds a significant new mode for liberating data from VMware: the ability to copy VMs over SSH directly from ESXi hypervisors. Although this requires enabling SSH access (a
2019 Apr 09
1
[PATCH] v2v: Implement the --bandwidth* options to control network bandwidth.
This is built on top of the following patch series: https://www.redhat.com/archives/libguestfs/2019-April/msg00054.html Rich.
2002 Oct 05
2
ogg123 remote interface
...re.\n")); + break; + } - /* Check to see if the audio format has changed */ - if (!audio_format_equal(&new_audio_fmt, &old_audio_fmt)) { - old_audio_fmt = new_audio_fmt; - - /* Update our status printing interval */ - status_interval = new_audio_fmt.word_size * new_audio_fmt.channels * - new_audio_fmt.rate / options.status_freq; - next_status = 0; - - reopen_arg = new_audio_reopen_arg(options.devices, &new_audio_fmt); - - if (audio_buffer) - buffer_insert_action_at_end(audio_buffer, &audio_reopen_action, - reopen_arg); - else -...
2019 Jul 19
12
[PATCH v3 00/12] v2v: Change virt-v2v to use nbdkit for input in several modes.
v2 was posted here: https://www.redhat.com/archives/libguestfs/2019-July/msg00115.html This also has links to earlier versions. v3: - The 01/11 patch in v2 included a bunch of unnecessary plus one necessary change to how input_password is passed around. I moved the necessary change into the final patch (implementing SSH password authentication) and dropped the rest. - The 01/11
2019 Apr 08
12
[PATCH 00/11] v2v: Change virt-v2v to use nbdkit for input in several modes.
This series (except the last one) changes virt-v2v to use nbdkit for several input modes: -i vmx -it vddk: No change in functionality, as this already uses nbdkit-vddk-plugin, but the code is refactored for the other modes to use. -i libvirtxml: Use nbdkit-curl-plugin instead of qemu curl. vCenter: Use nbdkit-curl-plugin instead of qemu curl. xen: Use nbdkit-ssh-plugin instead of qemu
2019 Jul 11
11
[PATCH v2 00/11] v2v: Change virt-v2v to use nbdkit for input in several modes.
Originally posted here: https://www.redhat.com/archives/libguestfs/2019-April/thread.html#00054 https://www.redhat.com/archives/libguestfs/2019-April/msg00076.html https://www.redhat.com/archives/libguestfs/2019-April/msg00126.html This is a rebase on top of current master branch with no other changes. The first patch in the old series was pushed a while back, and the last "TEMPORARY"
2019 Sep 20
15
[PATCH v4 00/12] v2v: Change virt-v2v to use nbdkit for input in several modes.
v3 posted here: https://www.redhat.com/archives/libguestfs/2019-July/msg00200.html v4: - The first patch in the v3 series was just a trivial doc whitespace fix so I pushed it. - There's a new patch using the nbdkit-retry-filter. This is not actually upstream in nbdkit but we know enough about how it will work. - Rebased against master and reran the tests. Rich.
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
..."wheezy" *) + | Ubuntu of string * string + | Fedora of int (* version number *) +type arch = X86_64 | Aarch64 | Armv7 | I686 | PPC64 | PPC64le | S390X + +let quote = Filename.quote +let (//) = Filename.concat + +let virtual_size_gb = 6 + +let rec main () = + assert (Sys.word_size = 64); + Random.self_init (); + + (* Get the os, version, arch from the command line. *) + if Array.length Sys.argv < 3 || Array.length Sys.argv > 4 then ( + eprintf "%s os version [arch]\n" prog; + exit 1 + ); + + let os = os_of_string Sys.argv.(1) Sys.argv.(2) + and a...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...if (ixgbe_read_eerd_generic(hw, pointer, &length)) { hw_dbg(hw, "EEPROM read failed\n"); return IXGBE_ERR_EEPROM; - break; } /* Skip pointer section if length is invalid. */ if (length == 0xFFFF || length == 0 || (pointer + length) >= hw->eeprom.word_size) diff --git a/drivers/net/wan/lmc/lmc_proto.c b/drivers/net/wan/lmc/lmc_proto.c index e8b0b902b424..4e9cc83b615a 100644 --- a/drivers/net/wan/lmc/lmc_proto.c +++ b/drivers/net/wan/lmc/lmc_proto.c @@ -87,21 +87,17 @@ void lmc_proto_close(lmc_softc_t *sc) __be16 lmc_proto_type(lmc_softc_t *sc, stru...